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

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

diff -u --recursive --new-file v1.3.38/linux/include/asm-i386/floppy.h linux/include/asm-i386/floppy.h
@@ -34,13 +34,8 @@
 	/* Nothing to do on an i386 */
 }
 
-#ifdef MODULE
-int FDC1 = 0x3f0;
-int FDC2 = -1;
-#else
-#define FDC1 0x3f0
+static int FDC1 = 0x3f0;
 static int FDC2 = -1;
-#endif
 
 #define FLOPPY0_TYPE	((CMOS_READ(0x10) >> 4) & 15)
 #define FLOPPY1_TYPE	(CMOS_READ(0x10) & 15)

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