[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20090713123905.0cb257e5@hyperion.delvare>
Date: Mon, 13 Jul 2009 12:39:05 +0200
From: Jean Delvare <khali@...ux-fr.org>
To: Alexey Dobriyan <adobriyan@...il.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
Greg Kroah-Hartman <gregkh@...e.de>,
Linus Torvalds <torvalds@...ux-foundation.org>
Subject: [PATCH] Fix staging drivers after smp_lock.h redux
Commit 405f55712dfe464b3240d7816cc4fe4174831be2 ("headers: smp_lock.h
redux") broke the build of two staging drivers. Fix them.
Signed-off-by: Jean Delvare <khali@...ux-fr.org>
Cc: Alexey Dobriyan <adobriyan@...il.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists