diff -urp -X linux-2.6.14-rc4-git7-bjd1/Documentation/dontdiff linux-2.6.14-rc4-git7/init/main.c linux-2.6.14-rc4-git7-bjd1/init/main.c --- linux-2.6.14-rc4-git7/init/main.c 2005-10-19 12:44:36.000000000 +0100 +++ linux-2.6.14-rc4-git7-bjd1/init/main.c 2005-10-19 12:51:19.000000000 +0100 @@ -82,8 +82,6 @@ static int init(void *); extern void init_IRQ(void); extern void fork_init(unsigned long); -extern void mca_init(void); -extern void sbus_init(void); extern void sysctl_init(void); extern void signals_init(void); extern void buffer_init(void); @@ -101,10 +99,6 @@ extern void acpi_early_init(void); static inline void acpi_early_init(void) { } #endif -#ifdef CONFIG_TC -extern void tc_init(void); -#endif - enum system_states system_state; EXPORT_SYMBOL(system_state);