Skip to content

Commit

Permalink
[PATCH] lp486e: remove SLOW_DOWN_IO
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Feb 1, 2006
1 parent 70e5101 commit 4ff0c00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/lp486e.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ PORT SIZE ACTION MEANING
All other communication is through memory!
*/

#define SLOW_DOWN_IO udelay(5)

#include <linux/module.h>
#include <linux/init.h>
#include <linux/delay.h>
Expand Down

0 comments on commit 4ff0c00

Please sign in to comment.