The patch titled Remove dead references to MODULE_PARM macro has been removed from the -mm tree. Its filename was remove-dead-references-to-module_parm-macro.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Remove dead references to MODULE_PARM macro From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx> Remove the useless references to the obsolete MODULE_PARM macro. Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/scsi/ibmmca.c | 7 ------- 1 file changed, 7 deletions(-) diff -puN drivers/scsi/ibmmca.c~remove-dead-references-to-module_parm-macro drivers/scsi/ibmmca.c --- a/drivers/scsi/ibmmca.c~remove-dead-references-to-module_parm-macro +++ a/drivers/scsi/ibmmca.c @@ -460,13 +460,6 @@ module_param(boot_options, charp, 0); module_param_array(io_port, int, NULL, 0); module_param_array(scsi_id, int, NULL, 0); -#if 0 /* FIXME: No longer exist? --RR */ -MODULE_PARM(display, "1i"); -MODULE_PARM(adisplay, "1i"); -MODULE_PARM(normal, "1i"); -MODULE_PARM(ansi, "1i"); -#endif - MODULE_LICENSE("GPL"); #endif /*counter of concurrent disk read/writes, to turn on/off disk led */ _ Patches currently in -mm which might be from rpjday@xxxxxxxxxxxxxx are git-avr32.patch git-powerpc.patch git-dvb.patch git-kvm.patch git-mtd.patch pcmcia-delete-obsolete-pcmcia_ioctl-feature.patch git-s390.patch git-sh64.patch git-scsi-misc.patch m68knommu-remove-unused-config-symbol-config_disktel.patch m32r-serial-remove-m32r_sio_share_irqs.patch force-erroneous-inclusions-of-compiler-h-files-to-be-errors.patch force-erroneous-inclusions-of-compiler-h-files-to-be-errors-fix.patch kconfig-make-instrumentation-support-non-experimental.patch remove-valueless-definition-of-hard-selected-ramfs-option.patch remove-final-traces-of-long-deprecated-ramdisk-kernel.patch add-a-rounddown_pow_of_two-routine-to-log2h.patch add-a-rounddown_pow_of_two-routine-to-log2hpatch-fix.patch ipc-namespace-remove-config-ipc-ns-fix.patch delete-gcc-295-compatible-structure-definition.patch documentation-delete-unreferenced-xterm-linuxxpm-file.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