From: Alexey Dobriyan Date: Wed, 1 Feb 2006 11:04:48 +0000 (-0800) Subject: [PATCH] lp486e: remove SLOW_DOWN_IO X-Git-Tag: accepted/tizen/common/20141203.182822~40357 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ff0c007b2854b9ca4dca3a104ee3e4c146c02d6;p=platform%2Fkernel%2Flinux-arm64.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/net/lp486e.c b/drivers/net/lp486e.c index 6139f06..94d5ea1 100644 --- a/drivers/net/lp486e.c +++ b/drivers/net/lp486e.c @@ -56,8 +56,6 @@ PORT SIZE ACTION MEANING All other communication is through memory! */ -#define SLOW_DOWN_IO udelay(5) - #include #include #include