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: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
Родитель
9e3d3d07de
Коммит
7a1904c32c
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче