* Patch: minor cleanup to floppy.c (3/3)
@ 2001-10-14 19:31 Russell King
0 siblings, 0 replies; only message in thread
From: Russell King @ 2001-10-14 19:31 UTC (permalink / raw)
To: Alan Cox; +Cc: linux-kernel
Alan,
Here's the final part of the cleanup - we remove the useless FDC2
declarations from the various architecture header files, as well
as some speeling mistaks. 8)
It depends on the first patch being applied.
--- orig/include/asm-m68k/floppy.h Sun Oct 14 20:23:49 2001
+++ linux/include/asm-m68k/floppy.h Sun Oct 14 20:23:30 2001
@@ -36,8 +36,6 @@
/* basically PC init + set use_virtual_dma */
#define FDC1 m68k_floppy_init()
-static int FDC2 = -1;
-
#define N_FDC 1
#define N_DRIVE 8
--- orig/include/asm-mips/floppy.h Sun Oct 14 20:23:49 2001
+++ linux/include/asm-mips/floppy.h Sun Oct 14 20:23:30 2001
@@ -79,14 +79,6 @@
#define FDC1 fd_ops->fd_getfdaddr1();
-/*
- * Hack: The floppy drivrer defines this, before including fdreg.h. We use
- * to define FDC2 only one and keep it a static variable in floppy.c.
- */
-#ifdef FDPATCHES
-static int FDC2 = -1;
-#endif
-
#define N_FDC 1 /* do you *really* want a second controller? */
#define N_DRIVE 8
--- orig/include/asm-mips64/floppy.h Sun Oct 14 20:23:49 2001
+++ linux/include/asm-mips64/floppy.h Sun Oct 14 20:23:30 2001
@@ -77,14 +77,6 @@
#define FDC1 fd_ops->fd_getfdaddr1();
-/*
- * Hack: The floppy drivrer defines this, before including fdreg.h. We use
- * to define FDC2 only one and keep it a static variable in floppy.c.
- */
-#ifdef FDPATCHES
-static int FDC2=-1;
-#endif
-
#define N_FDC 1 /* do you *really* want a second controller? */
#define N_DRIVE 8
--- orig/include/asm-sparc/floppy.h Sun Oct 14 20:23:49 2001
+++ linux/include/asm-sparc/floppy.h Sun Oct 14 20:23:30 2001
@@ -96,8 +96,6 @@
*/
#define FDC1 sun_floppy_init()
-static int FDC2=-1;
-
#define N_FDC 1
#define N_DRIVE 8
--- orig/include/asm-sparc64/floppy.h Sun Oct 14 20:23:50 2001
+++ linux/include/asm-sparc64/floppy.h Sun Oct 14 20:23:30 2001
@@ -104,7 +104,6 @@
#define FLOPPY1_TYPE sun_floppy_types[1]
#define FDC1 ((unsigned long)sun_fdc)
-static int FDC2 = -1;
#define N_FDC 1
#define N_DRIVE 8
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-10-14 19:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-14 19:31 Patch: minor cleanup to floppy.c (3/3) Russell King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox