diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-02-01 06:04:48 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-01 11:53:10 -0500 |
commit | 4ff0c007b2854b9ca4dca3a104ee3e4c146c02d6 (patch) | |
tree | 8c45c1f36fa8dea8bf585aa1f0375c4e84e37535 /drivers/net/lp486e.c | |
parent | 70e51015768439a5c305a42fdaa0abe5cc109bcf (diff) |
[PATCH] lp486e: remove SLOW_DOWN_IO
It's not used. Fix the following on alpha-eb66 as a side effect:
In file included from drivers/net/lp486e.c:75:
include/asm/io.h:20:1: warning: "SLOW_DOWN_IO" redefined
drivers/net/lp486e.c:59:1: warning: this is the location of the previous definition
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/net/lp486e.c')
-rw-r--r-- | drivers/net/lp486e.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/lp486e.c b/drivers/net/lp486e.c index 6139f06d7d2b..94d5ea1ce8bd 100644 --- a/drivers/net/lp486e.c +++ b/drivers/net/lp486e.c | |||
@@ -56,8 +56,6 @@ PORT SIZE ACTION MEANING | |||
56 | All other communication is through memory! | 56 | All other communication is through memory! |
57 | */ | 57 | */ |
58 | 58 | ||
59 | #define SLOW_DOWN_IO udelay(5) | ||
60 | |||
61 | #include <linux/module.h> | 59 | #include <linux/module.h> |
62 | #include <linux/init.h> | 60 | #include <linux/init.h> |
63 | #include <linux/delay.h> | 61 | #include <linux/delay.h> |