From: Jean Delvare <khali@linux-fr.org>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>,
Greg Kroah-Hartman <gregkh@suse.de>,
Linus Torvalds <torvalds@linux-foundation.org>
Subject: [PATCH] Fix staging drivers after smp_lock.h redux
Date: Mon, 13 Jul 2009 12:39:05 +0200 [thread overview]
Message-ID: <20090713123905.0cb257e5@hyperion.delvare> (raw)
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
reply other threads:[~2009-07-13 10:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090713123905.0cb257e5@hyperion.delvare \
--to=khali@linux-fr.org \
--cc=adobriyan@gmail.com \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox