X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fmodule.c;h=08864d257eb0ece2239cd86008973826bc49abd0;hb=59f9415ffb9759e950d775f4c400f747b332cc02;hp=61d212120df48e82a1b6521120fdbd428d983a81;hpb=4bceba417a795b78a5146e3f85291cb7bb2402ef;p=linux-2.6-omap-h63xx.git diff --git a/kernel/module.c b/kernel/module.c index 61d212120df..08864d257eb 100644 --- a/kernel/module.c +++ b/kernel/module.c @@ -2288,7 +2288,7 @@ sys_init_module(void __user *umod, /* Start the module */ if (mod->init != NULL) - ret = mod->init(); + ret = do_one_initcall(mod->init); if (ret < 0) { /* Init routine failed: abort. Try to protect us from buggy refcounters. */