[PATCH 24/47] Remove an extra dmi_noloop declaration in i8042.c

From: Vojtech Pavlik
Date: Thu Jul 29 2004 - 13:08:56 EST


You can pull this changeset from:
bk://kernel.bkbits.net/vojtech/input

===================================================================

ChangeSet@xxxxxxxxxxxxx, 2004-06-21 07:48:47+02:00, vojtech@xxxxxxx
input: Remove an extra dmi_noloop declaration in i8042.c

Signed-off-by: Vojtech Pavlik <vojtech@xxxxxxx>


i8042.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)

===================================================================

diff -Nru a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c
--- a/drivers/input/serio/i8042.c Thu Jul 29 14:40:26 2004
+++ b/drivers/input/serio/i8042.c Thu Jul 29 14:40:26 2004
@@ -52,9 +52,10 @@
module_param_named(dumbkbd, i8042_dumbkbd, bool, 0);
MODULE_PARM_DESC(dumbkbd, "Pretend that controller can only read data from keyboard");

+#ifdef __i386__
extern unsigned int i8042_dmi_noloop;
+#endif
static unsigned int i8042_noloop;
-extern unsigned int i8042_dmi_noloop;

__obsolete_setup("i8042_noaux");
__obsolete_setup("i8042_nomux");

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/