The patch titled input: delete useless reference to dead MODULE_PARM macro has been added to the -mm tree. Its filename is input-delete-useless-reference-to-dead-module_parm-macro.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: input: delete useless reference to dead MODULE_PARM macro From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx> Remove a clearly useless reference to the obsolete MODULE_PARM macro. Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> Cc: Dmitry Torokhov <dtor@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/input/mouse/atarimouse.c | 3 --- 1 files changed, 3 deletions(-) diff -puN drivers/input/mouse/atarimouse.c~input-delete-useless-reference-to-dead-module_parm-macro drivers/input/mouse/atarimouse.c --- a/drivers/input/mouse/atarimouse.c~input-delete-useless-reference-to-dead-module_parm-macro +++ a/drivers/input/mouse/atarimouse.c @@ -59,9 +59,6 @@ MODULE_LICENSE("GPL"); static int mouse_threshold[2] = {2,2}; -#ifdef __MODULE__ -MODULE_PARM(mouse_threshold, "2i"); -#endif #ifdef FIXED_ATARI_JOYSTICK extern int atari_mouse_buttons; #endif _ Patches currently in -mm which might be from rpjday@xxxxxxxxxxxxxx are git-arm-master.patch git-ieee1394.patch input-delete-useless-reference-to-dead-module_parm-macro.patch git-kbuild.patch pcmcia-delete-obsolete-pcmcia_ioctl-feature.patch scsi-fix-obvious-typo-spin_lock_irqrestore-in-gdthc.patch remove-dead-references-to-module_parm-macro.patch remove-the-deprecated-kmem_cache_t-typedef-from-slabh.patch remove-unnecessary-includes-of-spinlockh-under-include-linux.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