dynamic_debug: remove unneeded includes
[deliverable/linux.git] / kernel / module.c
index 78ac6ec1e425f8dc03fe27eccd9beee2a233d90a..a4e60973ca735847e6121162234dd881f5563241 100644 (file)
@@ -2953,7 +2953,7 @@ static struct module *load_module(void __user *umod,
 
        /* Module is ready to execute: parsing args may do that. */
        err = parse_args(mod->name, mod->args, mod->kp, mod->num_kp,
-                        -32768, 32767, NULL);
+                        -32768, 32767, &ddebug_dyndbg_module_param_cb);
        if (err < 0)
                goto unlink;
 
This page took 0.037457 seconds and 5 git commands to generate.