init/main.c: mark late_time_init as __initdata
Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
ca8a5bd282
commit
d2e3192b6e
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ EXPORT_SYMBOL(system_state);
|
|||
|
||||
extern void time_init(void);
|
||||
/* Default late time init is NULL. archs can override this later. */
|
||||
void (*late_time_init)(void);
|
||||
void (*__initdata late_time_init)(void);
|
||||
extern void softirq_init(void);
|
||||
|
||||
/* Untouched command line saved by arch-specific code. */
|
||||
|
|
Loading…
Reference in a new issue