diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-10-02 17:38:02 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-10-12 14:54:17 -0400 |
commit | a02676d4bd0a580046b087b2d2fa221173dbb312 (patch) | |
tree | 7dfcfd60cce4754698571e192c27182869865c5f /drivers/scsi | |
parent | 9d511a4b29de6764931343d03e493f2e04df0271 (diff) |
[SCSI] ibmmca: Remove dead references to MODULE_PARM macro
Remove the useless references to the obsolete MODULE_PARM macro.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/ibmmca.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/scsi/ibmmca.c b/drivers/scsi/ibmmca.c index 82f116aea82b..1a924e9b0271 100644 --- a/drivers/scsi/ibmmca.c +++ b/drivers/scsi/ibmmca.c | |||
@@ -460,13 +460,6 @@ module_param(boot_options, charp, 0); | |||
460 | module_param_array(io_port, int, NULL, 0); | 460 | module_param_array(io_port, int, NULL, 0); |
461 | module_param_array(scsi_id, int, NULL, 0); | 461 | module_param_array(scsi_id, int, NULL, 0); |
462 | 462 | ||
463 | #if 0 /* FIXME: No longer exist? --RR */ | ||
464 | MODULE_PARM(display, "1i"); | ||
465 | MODULE_PARM(adisplay, "1i"); | ||
466 | MODULE_PARM(normal, "1i"); | ||
467 | MODULE_PARM(ansi, "1i"); | ||
468 | #endif | ||
469 | |||
470 | MODULE_LICENSE("GPL"); | 463 | MODULE_LICENSE("GPL"); |
471 | #endif | 464 | #endif |
472 | /*counter of concurrent disk read/writes, to turn on/off disk led */ | 465 | /*counter of concurrent disk read/writes, to turn on/off disk led */ |