X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=init%2Fmain.c;h=2c5ade79eb81718702dd1fdf44e8b129e69f88a9;hb=8dadadb7e977a91b46ed3549f9d2f22a629e5043;hp=09131ec090c197a33c17382544bc4ef9ac87277e;hpb=1eb51c33b21ffa3fceb634d1d6bcd6488c79bc26;p=pandora-kernel.git diff --git a/init/main.c b/init/main.c index 09131ec090c1..2c5ade79eb81 100644 --- a/init/main.c +++ b/init/main.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include @@ -88,11 +89,6 @@ extern void sbus_init(void); extern void prio_tree_init(void); extern void radix_tree_init(void); extern void free_initmem(void); -#ifdef CONFIG_ACPI -extern void acpi_early_init(void); -#else -static inline void acpi_early_init(void) { } -#endif #ifndef CONFIG_DEBUG_RODATA static inline void mark_rodata_ro(void) { } #endif @@ -678,7 +674,6 @@ asmlinkage void __init start_kernel(void) #endif page_cgroup_init(); enable_debug_pagealloc(); - cpu_hotplug_init(); kmemtrace_init(); kmemleak_init(); debug_objects_mem_init();