提交 a02676d4 编写于 作者: R Robert P. J. Day 提交者: James Bottomley

[SCSI] ibmmca: Remove dead references to MODULE_PARM macro

Remove the useless references to the obsolete MODULE_PARM macro.
Signed-off-by: NRobert P. J. Day <rpjday@mindspring.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
上级 9d511a4b
...@@ -460,13 +460,6 @@ module_param(boot_options, charp, 0); ...@@ -460,13 +460,6 @@ module_param(boot_options, charp, 0);
module_param_array(io_port, int, NULL, 0); module_param_array(io_port, int, NULL, 0);
module_param_array(scsi_id, 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"); MODULE_LICENSE("GPL");
#endif #endif
/*counter of concurrent disk read/writes, to turn on/off disk led */ /*counter of concurrent disk read/writes, to turn on/off disk led */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册