|
@@ -1030,7 +1030,7 @@ module_param(io, int, 0);
|
|
module_param(irq, int, 0);
|
|
module_param(irq, int, 0);
|
|
module_param(board_type, int, 0);
|
|
module_param(board_type, int, 0);
|
|
|
|
|
|
-int init_module(void)
|
|
|
|
|
|
+int __init init_module(void)
|
|
{
|
|
{
|
|
if (io == 0)
|
|
if (io == 0)
|
|
printk(KERN_WARNING "%s: You shouldn't autoprobe with insmod\n",
|
|
printk(KERN_WARNING "%s: You shouldn't autoprobe with insmod\n",
|