[PATCH] Remove useless include/asm-*/floppy.h code

From: Rob Radez (rob@osinvestor.com)
Date: Sat Jun 15 2002 - 21:05:34 EST


Hi,
Attached patch removes some useless code. Should apply to 2.4.19-pre10 and
2.5.21. Not sure if the code is still in relevant arch trees, but various
people cc'd so that it can be eliminated.

Regards,
Rob Radez

diff -ruN stock-2.4.19pre10/include/asm-alpha/floppy.h floppy-2.4.19pre10/include/asm-alpha/floppy.h
--- stock-2.4.19pre10/include/asm-alpha/floppy.h Fri Jun 14 18:48:58 2002
+++ floppy-2.4.19pre10/include/asm-alpha/floppy.h Sat Jun 15 21:47:04 2002
@@ -76,11 +76,6 @@
 
 #endif /* CONFIG_PCI */
 
-__inline__ void virtual_dma_init(void)
-{
- /* Nothing to do on an Alpha */
-}
-
 static int FDC1 = 0x3f0;
 static int FDC2 = -1;
 
diff -ruN stock-2.4.19pre10/include/asm-ppc/floppy.h floppy-2.4.19pre10/include/asm-ppc/floppy.h
--- stock-2.4.19pre10/include/asm-ppc/floppy.h Fri Jun 14 18:49:15 2002
+++ floppy-2.4.19pre10/include/asm-ppc/floppy.h Sat Jun 15 21:47:12 2002
@@ -33,11 +33,6 @@
                                             "floppy", NULL)
 #define fd_free_irq() free_irq(FLOPPY_IRQ, NULL);
 
-__inline__ void virtual_dma_init(void)
-{
- /* Nothing to do on PowerPC */
-}
-
 static int FDC1 = 0x3f0;
 static int FDC2 = -1;
 
diff -ruN stock-2.4.19pre10/include/asm-ppc64/floppy.h floppy-2.4.19pre10/include/asm-ppc64/floppy.h
--- stock-2.4.19pre10/include/asm-ppc64/floppy.h Fri Jun 14 18:49:01 2002
+++ floppy-2.4.19pre10/include/asm-ppc64/floppy.h Sat Jun 15 21:47:16 2002
@@ -76,11 +76,6 @@
 
 #endif /* CONFIG_PCI */
 
-__inline__ void virtual_dma_init(void)
-{
- /* Nothing to do on PowerPC */
-}
-
 static int FDC1 = 0x3f0;
 static int FDC2 = -1;
 
diff -ruN stock-2.4.19pre10/include/asm-sparc/floppy.h floppy-2.4.19pre10/include/asm-sparc/floppy.h
--- stock-2.4.19pre10/include/asm-sparc/floppy.h Fri Jun 14 18:49:02 2002
+++ floppy-2.4.19pre10/include/asm-sparc/floppy.h Sat Jun 15 21:47:20 2002
@@ -217,11 +217,6 @@
 unsigned long pdma_areasize;
 
 /* Common routines to all controller types on the Sparc. */
-static __inline__ void virtual_dma_init(void)
-{
- /* nothing... */
-}
-
 static __inline__ void sun_fd_disable_dma(void)
 {
         doing_pdma = 0;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Jun 15 2002 - 22:00:34 EST