patch-2.4.19 linux-2.4.19/arch/ppc/kernel/apus_setup.c

Next file: linux-2.4.19/arch/ppc/kernel/btext.c
Previous file: linux-2.4.19/arch/ppc/kernel/Makefile
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/ppc/kernel/apus_setup.c linux-2.4.19/arch/ppc/kernel/apus_setup.c
@@ -106,7 +106,6 @@
 long mach_max_dma_address = 0x00ffffff; /* default set to the lower 16MB */
 #if defined(CONFIG_AMIGA_FLOPPY)
 void (*mach_floppy_setup) (char *, int *) __initdata = NULL;
-void (*mach_floppy_eject) (void) = NULL;
 #endif
 #ifdef CONFIG_HEARTBEAT
 void (*mach_heartbeat) (int) = NULL;
@@ -404,12 +403,6 @@
 	if (mach_floppy_setup)
 		mach_floppy_setup (str, ints);
 }
-
-void floppy_eject(void)
-{
-	if (mach_floppy_eject)
-		mach_floppy_eject();
-}
 #endif
 
 /*********************************************************** MEMORY */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)