public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix build failure at cx25821-video driver
@ 2010-11-18 23:28 Youquan Song
  0 siblings, 0 replies; only message in thread
From: Youquan Song @ 2010-11-18 23:28 UTC (permalink / raw)
  To: torvalds; +Cc: arnd, youquan.song, linux-kernel

Kernel build fail for cx25821-video has depends on smp_lock.h header file, but
the dependency is removed in recent commit 451a3c24b013

This patch recover the dependency

Signed-off-by: Youquan Song <youquan.song@intel.com>
---


diff --git a/drivers/staging/cx25821/cx25821.h b/drivers/staging/cx25821/cx25821.h
index acfd017..c940001 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>

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-18 11:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-18 23:28 [PATCH] Fix build failure at cx25821-video driver Youquan Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox