Commit d2460be4 authored by Vojtech Pavlik's avatar Vojtech Pavlik

input: Remove an extra dmi_noloop declaration in i8042.c

Signed-off-by: default avatarVojtech Pavlik <vojtech@suse.cz>
parent 700faee4
...@@ -52,9 +52,10 @@ static unsigned int i8042_dumbkbd; ...@@ -52,9 +52,10 @@ static unsigned int i8042_dumbkbd;
module_param_named(dumbkbd, i8042_dumbkbd, bool, 0); module_param_named(dumbkbd, i8042_dumbkbd, bool, 0);
MODULE_PARM_DESC(dumbkbd, "Pretend that controller can only read data from keyboard"); MODULE_PARM_DESC(dumbkbd, "Pretend that controller can only read data from keyboard");
#ifdef __i386__
extern unsigned int i8042_dmi_noloop; extern unsigned int i8042_dmi_noloop;
#endif
static unsigned int i8042_noloop; static unsigned int i8042_noloop;
extern unsigned int i8042_dmi_noloop;
__obsolete_setup("i8042_noaux"); __obsolete_setup("i8042_noaux");
__obsolete_setup("i8042_nomux"); __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