Messages in this thread Patch in this message |  | | Subject | [PATCH 13/47] Add a missing dmi_noloop declaration in i8042.c | | Date | Thu, 29 Jul 2004 16:09:55 +0200 | | From | Vojtech Pavlik <> |
| |
You can pull this changeset from: bk://kernel.bkbits.net/vojtech/input
===================================================================
ChangeSet@1.1722.84.5, 2004-06-02 16:30:53+02:00, vojtech@suse.cz input: Add a missong dmi_noloop declaration in i8042.c Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |