net: remove a collection of unneeded #undef REALLY_SLOW_IO stuff

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

authored by Alan and committed by Jeff Garzik b882addd 54d3e568

+1 -13
-6
drivers/net/de600.c
··· 38 38 /* Add more time here if your adapter won't work OK: */ 39 39 #define DE600_SLOW_DOWN udelay(delay_time) 40 40 41 - /* 42 - * If you still have trouble reading/writing to the adapter, 43 - * modify the following "#define": (see <asm/io.h> for more info) 44 - #define REALLY_SLOW_IO 45 - */ 46 - 47 41 /* use 0 for production, 1 for verification, >2 for debug */ 48 42 #ifdef DE600_DEBUG 49 43 #define PRINTK(x) if (de600_debug >= 2) printk x
-2
drivers/net/ni52.c
··· 104 104 static int rfdadd; /* rfdadd=1 may be better for 8K MEM cards */ 105 105 static int fifo=0x8; /* don't change */ 106 106 107 - /* #define REALLY_SLOW_IO */ 108 - 109 107 #include <linux/module.h> 110 108 #include <linux/kernel.h> 111 109 #include <linux/string.h>
+1 -1
drivers/net/skfp/cfm.c
··· 73 73 /* 74 74 * map from state to downstream port type 75 75 */ 76 - static const u_char cf_to_ptype[] = { 76 + static const unsigned char cf_to_ptype[] = { 77 77 TNONE,TNONE,TNONE,TNONE,TNONE, 78 78 TNONE,TB,TB,TS, 79 79 TA,TB,TS,TB
-2
drivers/net/sun3_82586.c
··· 28 28 static int rfdadd = 0; /* rfdadd=1 may be better for 8K MEM cards */ 29 29 static int fifo=0x8; /* don't change */ 30 30 31 - /* #define REALLY_SLOW_IO */ 32 - 33 31 #include <linux/module.h> 34 32 #include <linux/kernel.h> 35 33 #include <linux/string.h>
-1
drivers/net/wan/cosa.c
··· 94 94 #include <linux/device.h> 95 95 96 96 #undef COSA_SLOW_IO /* for testing purposes only */ 97 - #undef REALLY_SLOW_IO 98 97 99 98 #include <asm/io.h> 100 99 #include <asm/dma.h>
-1
drivers/net/wireless/wl3501_cs.c
··· 26 26 * Tested with Planet AP in 2.5.73-bk, 216 Kbytes/s in Infrastructure mode 27 27 * with a SMP machine (dual pentium 100), using pktgen, 432 pps (pkt_size = 60) 28 28 */ 29 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 30 29 31 30 #include <linux/delay.h> 32 31 #include <linux/types.h>