UBUNTU: SAUCE: add option to hand off all kernel parameters to init
[linux-flexiantxendom0-natty.git] / include / linux / moduleparam.h
index 07b4195..d0f6335 100644 (file)
@@ -267,7 +267,7 @@ extern int parse_args(const char *name,
                      char *args,
                      const struct kernel_param *params,
                      unsigned num,
-                     int (*unknown)(char *param, char *val));
+                     int (*handle)(char *param, char *val, int known));
 
 /* Called by module remove. */
 #ifdef CONFIG_SYSFS