This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / telephony / ixj_pcmcia.c
index f216f6a..0902769 100644 (file)
@@ -23,7 +23,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)
 #else
 #define DEBUG(n, args...)