The patch titled dz.h: remove useless unused module junk has been added to the -mm tree. Its filename is dzh-remove-useless-unused-module-junk.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: dz.h: remove useless unused module junk From: "Maciej W. Rozycki" <macro@xxxxxxxxxxxxxx> Remove unused module function prototypes that would not even build if enabled. Signed-off-by: Maciej W. Rozycki <macro@xxxxxxxxxxxxxx> Cc: Jiri Slaby <jirislaby@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/serial/dz.h | 5 ----- 1 file changed, 5 deletions(-) diff -puN drivers/serial/dz.h~dzh-remove-useless-unused-module-junk drivers/serial/dz.h --- a/drivers/serial/dz.h~dzh-remove-useless-unused-module-junk +++ a/drivers/serial/dz.h @@ -124,9 +124,4 @@ #define DZ_XMIT_SIZE 4096 /* buffer size */ #define DZ_WAKEUP_CHARS DZ_XMIT_SIZE/4 -#ifdef MODULE -int init_module (void) -void cleanup_module (void) -#endif - #endif /* DZ_SERIAL_H */ _ Patches currently in -mm which might be from macro@xxxxxxxxxxxxxx are origin.patch kernel-printkc-concerns-about-the-console-handover.patch dzh-remove-useless-unused-module-junk.patch dz-always-check-if-it-is-safe-to-console_putchar.patch dz-dont-panic-when-request_irq-fails.patch dz-add-and-reorder-inclusions-remove-unneeded-ones.patch dz-update-kconfig-description.patch dz-rename-the-serial-console-structure.patch dz-fix-locking-issues.patch dz-handle-special-conditions-on-reception-correctly.patch maintainers-add-self-for-the-dz-serial-driver.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