Commit 71aadd50 authored by Vojtech Pavlik's avatar Vojtech Pavlik

input: Add a missong dmi_noloop declaration in i8042.c

Signed-off-by: default avatarVojtech Pavlik <vojtech@suse.cz>
parent 5b138907
......@@ -53,6 +53,7 @@ module_param_named(dumbkbd, i8042_dumbkbd, bool, 0);
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");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment