Skip to content

Commit

Permalink
Input: i8042 - fix modpost warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ralf Baechle authored and Dmitry Torokhov committed Sep 5, 2007
1 parent 9e3d3d0 commit 7a1904c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/serio/i8042.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7a1904c

Please sign in to comment.