[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20101122121237.38cdd369.randy.dunlap@oracle.com>
Date: Mon, 22 Nov 2010 12:12:37 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Greg KH <greg@...ah.com>
Cc: werner <w.landgraf@...ru>, linux-kernel@...r.kernel.org
Subject: [PATCH] staging: easycap needs smp_lock.h, fixes build error
From: Randy Dunlap <randy.dunlap@...cle.com>
Add header file to fix build error:
drivers/staging/easycap/easycap_main.c:4251: error: implicit declaration of function 'lock_kernel'
drivers/staging/easycap/easycap_main.c:4254: error: implicit declaration of function 'unlock_kernel'
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
drivers/staging/easycap/easycap.h | 1 +
1 file changed, 1 insertion(+)
--- lnx-2637-rc3.orig/drivers/staging/easycap/easycap.h
+++ lnx-2637-rc3/drivers/staging/easycap/easycap.h
@@ -75,6 +75,7 @@
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/slab.h>
+#include <linux/smp_lock.h>
#include <linux/module.h>
#include <linux/kref.h>
#include <linux/usb.h>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists