mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
proper extern for late_time_init
Add a proper extern for late_time_init in include/linux/init.h Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: Ingo Molnar <mingo@elte.hu> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: john stultz <johnstul@us.ibm.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
175a06ae30
commit
7d195a5409
6 changed files with 3 additions and 9 deletions
|
@ -147,6 +147,8 @@ extern unsigned int reset_devices;
|
|||
void setup_arch(char **);
|
||||
void prepare_namespace(void);
|
||||
|
||||
extern void (*late_time_init)(void);
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef MODULE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue