From: Youquan Song Date: Thu, 18 Nov 2010 23:28:20 +0000 (-0500) Subject: Fix build failure at cx25821-video driver X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2811036a19624168ff9342bb85421dbbb1d2ac0d;p=mv-sheeva.git Fix build failure at cx25821-video driver Kernel build fail for cx25821-video has depends on smp_lock.h header file, but the dependency is removed in recent commit 451a3c24b013. Signed-off-by: Youquan Song Signed-off-by: Linus Torvalds --- diff --git a/drivers/staging/cx25821/cx25821.h b/drivers/staging/cx25821/cx25821.h index acfd0176a18..c9400012578 100644 --- a/drivers/staging/cx25821/cx25821.h +++ b/drivers/staging/cx25821/cx25821.h @@ -31,6 +31,7 @@ #include #include #include +#include #include #include