diff options
author | Youquan Song <youquan.song@linux.intel.com> | 2010-11-18 18:28:20 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-11-18 11:42:05 -0800 |
commit | 2811036a19624168ff9342bb85421dbbb1d2ac0d (patch) | |
tree | 88a29edd3902aab12467339dad7253a94a31e1a1 /drivers | |
parent | ed1d77b18c9f4ff06d5b42c65041aa55a1447053 (diff) |
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 <youquan.song@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/cx25821/cx25821.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <linux/delay.h> #include <linux/sched.h> #include <linux/kdev_t.h> +#include <linux/smp_lock.h> #include <media/v4l2-common.h> #include <media/v4l2-device.h> |