From: Bjorn Helgaas Date: Fri, 21 Oct 2022 20:18:38 +0000 (-0500) Subject: alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions X-Git-Tag: v6.6.17~5429^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75078afebb48a16d042717fe26d204cdd2743ff8;p=platform%2Fkernel%2Flinux-rpi.git alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions Remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions. Signed-off-by: Bjorn Helgaas Signed-off-by: Matt Turner --- diff --git a/arch/alpha/include/asm/io.h b/arch/alpha/include/asm/io.h index 1c3605d..7aeaf7c 100644 --- a/arch/alpha/include/asm/io.h +++ b/arch/alpha/include/asm/io.h @@ -14,10 +14,6 @@ the implementation we have here matches that interface. */ #include -/* We don't use IO slowdowns on the Alpha, but.. */ -#define __SLOW_DOWN_IO do { } while (0) -#define SLOW_DOWN_IO do { } while (0) - /* * Virtual -> physical identity mapping starts at this offset */