Skip to content

Commit

Permalink
init/main.c: mark late_time_init as __initdata
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Beulich <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Jan Beulich authored and torvalds committed Jan 6, 2009
1 parent ca8a5bd commit d2e3192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit d2e3192

Please sign in to comment.