From: Randy Dunlap Date: Mon, 22 Nov 2010 20:12:37 +0000 (-0800) Subject: staging: easycap needs smp_lock.h, fixes build error X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=72f9fc7c8150873d51c61cfb885dc7fbb075d62a;p=linux-beck.git staging: easycap needs smp_lock.h, fixes build error 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 Signed-off-by: Jiri Kosina Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/easycap/easycap.h b/drivers/staging/easycap/easycap.h index 25961c23dc0f..884263b2775d 100644 --- a/drivers/staging/easycap/easycap.h +++ b/drivers/staging/easycap/easycap.h @@ -75,6 +75,7 @@ #include #include #include +#include #include #include #include