This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / scsi / pcmcia / aha152x_stub.c
index 0520121..42cdba9 100644 (file)
@@ -58,7 +58,7 @@
 
 #ifdef PCMCIA_DEBUG
 static int pc_debug = PCMCIA_DEBUG;
-module_param(pc_debug, int, 0644);
+MODULE_PARM(pc_debug, "i");
 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
 static char *version =
 "aha152x_cs.c 1.54 2000/06/12 21:27:25 (David Hinds)";