瀏覽代碼

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>
Youquan Song 14 年之前
父節點
當前提交
2811036a19
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/staging/cx25821/cx25821.h

+ 1 - 0
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>