Commit 7a1904c3 authored by Ralf Baechle's avatar Ralf Baechle Committed by Dmitry Torokhov

Input: i8042 - fix modpost warning

i8042_unregister_ports's only caller i8042_remove is a __devexit function
so make it __devexit too.
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 9e3d3d07
...@@ -1040,7 +1040,7 @@ static void __devinit i8042_register_ports(void) ...@@ -1040,7 +1040,7 @@ static void __devinit i8042_register_ports(void)
} }
} }
static void __devinit i8042_unregister_ports(void) static void __devexit i8042_unregister_ports(void)
{ {
int i; int i;
......
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