diff options
Diffstat (limited to 'include/linux/module.h')
-rw-r--r-- | include/linux/module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/module.h b/include/linux/module.h index 3d988c18..812aa350 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -9,7 +9,7 @@ struct module; #define module_init(initfn) \ - __attribute__((constructor(109))) \ + __attribute__((constructor(120))) \ static void __call_##initfn(void) { BUG_ON(initfn()); } #if 0 |