aboutsummaryrefslogtreecommitdiffstats
path: root/init/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/main.c')
-rw-r--r--init/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c
index e119dd28dd7d..b5a892c68375 100644
--- a/init/main.c
+++ b/init/main.c
@@ -107,7 +107,7 @@ EXPORT_SYMBOL(system_state);
107 107
108extern void time_init(void); 108extern void time_init(void);
109/* Default late time init is NULL. archs can override this later. */ 109/* Default late time init is NULL. archs can override this later. */
110void (*late_time_init)(void); 110void (*__initdata late_time_init)(void);
111extern void softirq_init(void); 111extern void softirq_init(void);
112 112
113/* Untouched command line saved by arch-specific code. */ 113/* Untouched command line saved by arch-specific code. */