diff options
author | Alan <alan@lxorguk.ukuu.org.uk> | 2007-02-20 18:08:57 +0000 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-27 04:30:42 -0500 |
commit | b882addd7aecbdae7b938fa189f0459d0713976b (patch) | |
tree | 87e687c72c2178ef186aba41024429b640161583 /drivers/net/sun3_82586.c | |
parent | 54d3e568209553d3dd0d824fbc0ef4a6cedaf465 (diff) |
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>
Diffstat (limited to 'drivers/net/sun3_82586.c')
-rw-r--r-- | drivers/net/sun3_82586.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/sun3_82586.c b/drivers/net/sun3_82586.c index a3220a96524f..4757aa647c7a 100644 --- a/drivers/net/sun3_82586.c +++ b/drivers/net/sun3_82586.c @@ -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> |