* drivers/input/misc/uinput.c: Removed duplicated include
@ 2008-07-23 14:45 Huang Weiyi
2008-07-24 3:39 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: Huang Weiyi @ 2008-07-23 14:45 UTC (permalink / raw)
To: vojtech, dmitry.torokhov, dtor; +Cc: linux-input
Removed duplicated include file <linux/smp_lock.h> in
drivers/input/misc/uinput.c.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
diff --git a/drivers/input/misc/uinput.c b/drivers/input/misc/uinput.c
index 2bcfa0b..223d56d 100644
--- a/drivers/input/misc/uinput.c
+++ b/drivers/input/misc/uinput.c
@@ -37,7 +37,6 @@
#include <linux/fs.h>
#include <linux/miscdevice.h>
#include <linux/uinput.h>
-#include <linux/smp_lock.h>
static int uinput_dev_event(struct input_dev *dev, unsigned int type, unsigned int code, int val
{
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-24 3:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-23 14:45 drivers/input/misc/uinput.c: Removed duplicated include Huang Weiyi
2008-07-24 3:39 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).