The patch titled SERIO: Fix modpost warning has been added to the -mm tree. Its filename is serio-fix-modpost-warning.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: SERIO: Fix modpost warning From: Ralf Baechle <ralf@xxxxxxxxxxxxxx> i8042_unregister_ports's only caller i8042_remove is a __devexit function so make it __devexit too. Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Cc: Dmitry Torokhov <dtor@xxxxxxx> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/input/serio/i8042.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/input/serio/i8042.c~serio-fix-modpost-warning drivers/input/serio/i8042.c --- a/drivers/input/serio/i8042.c~serio-fix-modpost-warning +++ a/drivers/input/serio/i8042.c @@ -1042,7 +1042,7 @@ static void __devinit i8042_register_por } } -static void __devinit i8042_unregister_ports(void) +static void __devexit i8042_unregister_ports(void) { int i; _ Patches currently in -mm which might be from ralf@xxxxxxxxxxxxxx are serial_txx9-fix-modem-control-line-handling.patch git-mips.patch tty-add-the-new-ioctls-and-definitionto-the-mips.patch mips-qemu-network-work-again.patch mips-detect-bcm947xx-cpus.patch mips-bcm947xx-support.patch rfc-add-bcm947xx-to-kconfig.patch mips-add-bcm947xx-to-makefile.patch git-mtd.patch git-netdev-all.patch serial_txx9-cleanup-includes.patch serio-fix-modpost-warning.patch during-vm-oom-condition-kill-all-threads-in-process-group.patch drivers-pmc-msp71xx-gpio-char-driver.patch clean-up-duplicate-includes-in-drivers-char.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html