diff options
author | Jan Beulich <jbeulich@novell.com> | 2009-01-06 17:41:10 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-06 18:59:14 -0500 |
commit | d2e3192b6e372a441c18bc8cb32f89ef38f105b7 (patch) | |
tree | 0ce1dd9500635be23c86be2334ad4a902f427177 /init | |
parent | ca8a5bd28226d62c045e0e55b42b9d10b146c205 (diff) |
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>
Diffstat (limited to 'init')
-rw-r--r-- | init/main.c | 2 |
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 | ||
108 | extern void time_init(void); | 108 | extern 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. */ |
110 | void (*late_time_init)(void); | 110 | void (*__initdata late_time_init)(void); |
111 | extern void softirq_init(void); | 111 | extern void softirq_init(void); |
112 | 112 | ||
113 | /* Untouched command line saved by arch-specific code. */ | 113 | /* Untouched command line saved by arch-specific code. */ |