patch-1.3.39 linux/include/asm-mips/floppy.h

Next file: linux/include/linux/major.h
Previous file: linux/include/asm-i386/resource.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.38/linux/include/asm-mips/floppy.h linux/include/asm-mips/floppy.h
@@ -52,19 +52,11 @@
 #define FLOPPY0_TYPE 4		/* this is wrong for the Olli M700, but who cares... */
 #define FLOPPY1_TYPE 0
 
-#ifdef MODULE
-#define FDC1			((boot_info.machtype == MACH_ACER_PICA_61 || \
-				boot_info.machtype == MACH_MIPS_MAGNUM_4000 || \
-				boot_info.machtype == MACH_OLIVETTI_M700) ? \
-				0xe0003000 : 0x3f0)
-int FDC2=-1;
-#else
 #define FDC1			((boot_info.machtype == MACH_ACER_PICA_61 || \
 				boot_info.machtype == MACH_MIPS_MAGNUM_4000 || \
 				boot_info.machtype == MACH_OLIVETTI_M700) ? \
 				0xe0003000 : 0x3f0)
 static int FDC2=-1;
-#endif /* MODULE */
 
 #define N_FDC 1			/* do you *really* want a second controller? */
 #define N_DRIVE 8

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this