diff options
Diffstat (limited to 'lib/dynamic_debug.c')
-rw-r--r-- | lib/dynamic_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c index cfd84638b1a4..7ca29a0a3019 100644 --- a/lib/dynamic_debug.c +++ b/lib/dynamic_debug.c | |||
@@ -1042,7 +1042,7 @@ out_err: | |||
1042 | return 0; | 1042 | return 0; |
1043 | } | 1043 | } |
1044 | /* Allow early initialization for boot messages via boot param */ | 1044 | /* Allow early initialization for boot messages via boot param */ |
1045 | arch_initcall(dynamic_debug_init); | 1045 | early_initcall(dynamic_debug_init); |
1046 | 1046 | ||
1047 | /* Debugfs setup must be done later */ | 1047 | /* Debugfs setup must be done later */ |
1048 | module_init(dynamic_debug_init_debugfs); | 1048 | fs_initcall(dynamic_debug_init_debugfs); |