[PATCH 13/47] Add a missing dmi_noloop declaration in i8042.c

From: Vojtech Pavlik
Date: Thu Jul 29 2004 - 12:52:34 EST


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

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

ChangeSet@xxxxxxxxxxx, 2004-06-02 16:30:53+02:00, vojtech@xxxxxxx
input: Add a missong dmi_noloop declaration in i8042.c

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


i8042.c | 1 +
1 files changed, 1 insertion(+)

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

diff -Nru a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c
--- a/drivers/input/serio/i8042.c Thu Jul 29 14:41:26 2004
+++ b/drivers/input/serio/i8042.c Thu Jul 29 14:41:26 2004
@@ -53,6 +53,7 @@
MODULE_PARM_DESC(dumbkbd, "Pretend that controller can only read data from keyboard");

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/