* [PATCH] Fix staging drivers after smp_lock.h redux
@ 2009-07-13 10:39 Jean Delvare
0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2009-07-13 10:39 UTC (permalink / raw)
To: Alexey Dobriyan; +Cc: LKML, Greg Kroah-Hartman, Linus Torvalds
Commit 405f55712dfe464b3240d7816cc4fe4174831be2 ("headers: smp_lock.h
redux") broke the build of two staging drivers. Fix them.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
---
drivers/staging/go7007/s2250-loader.c | 1 +
drivers/staging/usbip/usbip_common.c | 1 +
2 files changed, 2 insertions(+)
--- linux-2.6.31-rc2.orig/drivers/staging/go7007/s2250-loader.c 2009-06-10 05:05:27.000000000 +0200
+++ linux-2.6.31-rc2/drivers/staging/go7007/s2250-loader.c 2009-07-13 11:38:39.000000000 +0200
@@ -17,6 +17,7 @@
#include <linux/module.h>
#include <linux/init.h>
+#include <linux/smp_lock.h>
#include <linux/usb.h>
#include <dvb-usb.h>
--- linux-2.6.31-rc2.orig/drivers/staging/usbip/usbip_common.c 2009-06-10 05:05:27.000000000 +0200
+++ linux-2.6.31-rc2/drivers/staging/usbip/usbip_common.c 2009-07-13 12:31:18.000000000 +0200
@@ -18,6 +18,7 @@
*/
#include <linux/kernel.h>
+#include <linux/smp_lock.h>
#include <linux/file.h>
#include <linux/tcp.h>
#include <linux/in.h>
--
Jean Delvare
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-07-13 10:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-13 10:39 [PATCH] Fix staging drivers after smp_lock.h redux Jean Delvare
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox