This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / char / lp.c
index ca4cb24..945a258 100644 (file)
@@ -749,8 +749,8 @@ static int parport_nr[LP_NO] = { [0 ... LP_NO-1] = LP_PARPORT_UNSPEC };
 static char *parport[LP_NO] = { NULL,  };
 static int reset = 0;
 
-module_param_array(parport, charp, NULL, 0);
-module_param(reset, bool, 0);
+MODULE_PARM(parport, "1-" __MODULE_STRING(LP_NO) "s");
+MODULE_PARM(reset, "i");
 
 #ifndef MODULE
 static int __init lp_setup (char *str)