Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mac68k: remove dead code

Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Finn Thain and committed by
Linus Torvalds
00bf59ca eb4da4ce

-4
-2
arch/m68k/mac/config.c
··· 58 58 59 59 extern struct mem_info m68k_ramdisk; 60 60 61 - extern char m68k_command_line[CL_SIZE]; 62 - 63 61 void *mac_env; /* Loaded by the boot asm */ 64 62 65 63 /* The phys. video addr. - might be bogus on some machines */
-2
include/asm-m68k/macintosh.h
··· 14 14 extern int mac_irq_pending(unsigned int); 15 15 extern void mac_identify(void); 16 16 extern void mac_report_hardware(void); 17 - extern void mac_debugging_penguin(int); 18 - extern void mac_boom(int); 19 17 20 18 /* 21 19 * Floppy driver magic hook - probably shouldnt be here