Skip to content

Commit

Permalink
Fix build failure at cx25821-video driver
Browse files Browse the repository at this point in the history
Kernel build fail for cx25821-video has depends on smp_lock.h header
file, but the dependency is removed in recent commit 451a3c2.

Signed-off-by: Youquan Song <youquan.song@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Youquan Song authored and Linus Torvalds committed Nov 18, 2010
1 parent ed1d77b commit 2811036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/cx25821/cx25821.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2811036

Please sign in to comment.