[PATCH] mark late_time_init as __initdata

From: Jan Beulich
Date: Tue Dec 16 2008 - 06:32:20 EST


Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>

---
init/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.28-rc8/init/main.c 2008-12-11 14:37:26.000000000 +0100
+++ 2.6.28-rc8-late-time-init/init/main.c 2008-12-15 11:35:43.000000000 +0100
@@ -116,7 +116,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. */



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/