Remove dead code. Signed-off-by: Finn Thain <fthain@xxxxxxxxxxxxxxxxxxx> --- arch/m68k/mac/config.c | 2 -- include/asm-m68k/macintosh.h | 2 -- 2 files changed, 4 deletions(-) Index: linux-2.6.22/include/asm-m68k/macintosh.h =================================================================== --- linux-2.6.22.orig/include/asm-m68k/macintosh.h 2007-11-13 10:38:37.000000000 +1100 +++ linux-2.6.22/include/asm-m68k/macintosh.h 2007-11-13 10:38:56.000000000 +1100 @@ -14,8 +14,6 @@ extern void mac_init_IRQ(void); extern int mac_irq_pending(unsigned int); extern void mac_identify(void); extern void mac_report_hardware(void); -extern void mac_debugging_penguin(int); -extern void mac_boom(int); /* * Floppy driver magic hook - probably shouldnt be here Index: linux-2.6.22/arch/m68k/mac/config.c =================================================================== --- linux-2.6.22.orig/arch/m68k/mac/config.c 2007-11-13 10:38:37.000000000 +1100 +++ linux-2.6.22/arch/m68k/mac/config.c 2007-11-13 10:39:01.000000000 +1100 @@ -58,8 +58,6 @@ extern struct mem_info m68k_memory[NUM_M extern struct mem_info m68k_ramdisk; -extern char m68k_command_line[CL_SIZE]; - void *mac_env; /* Loaded by the boot asm */ /* The phys. video addr. - might be bogus on some machines */ - To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html