diff options
Diffstat (limited to 'arch/m68k/mac/config.c')
-rw-r--r-- | arch/m68k/mac/config.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/m68k/mac/config.c b/arch/m68k/mac/config.c index d2fbf436a1fb..5fd413246f89 100644 --- a/arch/m68k/mac/config.c +++ b/arch/m68k/mac/config.c | |||
@@ -82,10 +82,6 @@ extern void mac_mksound(unsigned int, unsigned int); | |||
82 | 82 | ||
83 | extern void nubus_sweep_video(void); | 83 | extern void nubus_sweep_video(void); |
84 | 84 | ||
85 | /* Mac specific debug functions (in debug.c) */ | ||
86 | extern void mac_debug_init(void); | ||
87 | extern void mac_debugging_long(int, long); | ||
88 | |||
89 | static void mac_get_model(char *str); | 85 | static void mac_get_model(char *str); |
90 | 86 | ||
91 | static void mac_sched_init(irq_handler_t vector) | 87 | static void mac_sched_init(irq_handler_t vector) |
@@ -180,9 +176,6 @@ void __init config_mac(void) | |||
180 | mach_halt = mac_poweroff; | 176 | mach_halt = mac_poweroff; |
181 | mach_power_off = mac_poweroff; | 177 | mach_power_off = mac_poweroff; |
182 | mach_max_dma_address = 0xffffffff; | 178 | mach_max_dma_address = 0xffffffff; |
183 | #if 0 | ||
184 | mach_debug_init = mac_debug_init; | ||
185 | #endif | ||
186 | #if defined(CONFIG_INPUT_M68K_BEEP) || defined(CONFIG_INPUT_M68K_BEEP_MODULE) | 179 | #if defined(CONFIG_INPUT_M68K_BEEP) || defined(CONFIG_INPUT_M68K_BEEP_MODULE) |
187 | mach_beep = mac_mksound; | 180 | mach_beep = mac_mksound; |
188 | #endif | 181 | #endif |
@@ -802,7 +795,6 @@ void mac_identify(void) | |||
802 | /* the serial ports set to "Faster" mode in MacOS. */ | 795 | /* the serial ports set to "Faster" mode in MacOS. */ |
803 | 796 | ||
804 | iop_preinit(); | 797 | iop_preinit(); |
805 | mac_debug_init(); | ||
806 | 798 | ||
807 | printk(KERN_INFO "Detected Macintosh model: %d \n", model); | 799 | printk(KERN_INFO "Detected Macintosh model: %d \n", model); |
808 | 800 | ||