Loading drivers/net/de600.c +0 −6 Original line number Diff line number Diff line Loading @@ -38,12 +38,6 @@ static const char version[] = "de600.c: $Revision: 1.41-2.5 $, Bjorn Ekwall (bj /* Add more time here if your adapter won't work OK: */ #define DE600_SLOW_DOWN udelay(delay_time) /* * If you still have trouble reading/writing to the adapter, * modify the following "#define": (see <asm/io.h> for more info) #define REALLY_SLOW_IO */ /* use 0 for production, 1 for verification, >2 for debug */ #ifdef DE600_DEBUG #define PRINTK(x) if (de600_debug >= 2) printk x Loading drivers/net/ni52.c +0 −2 Original line number Diff line number Diff line Loading @@ -104,8 +104,6 @@ static int automatic_resume; /* experimental .. better should be zero */ static int rfdadd; /* rfdadd=1 may be better for 8K MEM cards */ static int fifo=0x8; /* don't change */ /* #define REALLY_SLOW_IO */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/string.h> Loading drivers/net/skfp/cfm.c +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ static const char * const cfm_events[] = { /* * map from state to downstream port type */ static const u_char cf_to_ptype[] = { static const unsigned char cf_to_ptype[] = { TNONE,TNONE,TNONE,TNONE,TNONE, TNONE,TB,TB,TS, TA,TB,TS,TB Loading drivers/net/sun3_82586.c +0 −2 Original line number Diff line number Diff line Loading @@ -28,8 +28,6 @@ static int automatic_resume = 0; /* experimental .. better should be zero */ static int rfdadd = 0; /* rfdadd=1 may be better for 8K MEM cards */ static int fifo=0x8; /* don't change */ /* #define REALLY_SLOW_IO */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/string.h> Loading drivers/net/wan/cosa.c +0 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,6 @@ #include <linux/device.h> #undef COSA_SLOW_IO /* for testing purposes only */ #undef REALLY_SLOW_IO #include <asm/io.h> #include <asm/dma.h> Loading Loading
drivers/net/de600.c +0 −6 Original line number Diff line number Diff line Loading @@ -38,12 +38,6 @@ static const char version[] = "de600.c: $Revision: 1.41-2.5 $, Bjorn Ekwall (bj /* Add more time here if your adapter won't work OK: */ #define DE600_SLOW_DOWN udelay(delay_time) /* * If you still have trouble reading/writing to the adapter, * modify the following "#define": (see <asm/io.h> for more info) #define REALLY_SLOW_IO */ /* use 0 for production, 1 for verification, >2 for debug */ #ifdef DE600_DEBUG #define PRINTK(x) if (de600_debug >= 2) printk x Loading
drivers/net/ni52.c +0 −2 Original line number Diff line number Diff line Loading @@ -104,8 +104,6 @@ static int automatic_resume; /* experimental .. better should be zero */ static int rfdadd; /* rfdadd=1 may be better for 8K MEM cards */ static int fifo=0x8; /* don't change */ /* #define REALLY_SLOW_IO */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/string.h> Loading
drivers/net/skfp/cfm.c +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ static const char * const cfm_events[] = { /* * map from state to downstream port type */ static const u_char cf_to_ptype[] = { static const unsigned char cf_to_ptype[] = { TNONE,TNONE,TNONE,TNONE,TNONE, TNONE,TB,TB,TS, TA,TB,TS,TB Loading
drivers/net/sun3_82586.c +0 −2 Original line number Diff line number Diff line Loading @@ -28,8 +28,6 @@ static int automatic_resume = 0; /* experimental .. better should be zero */ static int rfdadd = 0; /* rfdadd=1 may be better for 8K MEM cards */ static int fifo=0x8; /* don't change */ /* #define REALLY_SLOW_IO */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/string.h> Loading
drivers/net/wan/cosa.c +0 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,6 @@ #include <linux/device.h> #undef COSA_SLOW_IO /* for testing purposes only */ #undef REALLY_SLOW_IO #include <asm/io.h> #include <asm/dma.h> Loading