summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2022-10-13 19:19:10 -0500
committerAndrew Morton <akpm@linux-foundation.org>2022-10-24 17:21:51 -0700
commit01344551cc7cc2e7fd77d906730d523ac296c063 (patch)
tree589a2d3e17d25f68327fac5d3a47c5c0c4aa85f1
parent98f182b4826b342f039055f4a6713a4cdc79c5bf (diff)
downloadlinux-01344551cc7cc2e7fd77d906730d523ac296c063.tar.gz
linux-01344551cc7cc2e7fd77d906730d523ac296c063.tar.xz
ia64: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions
Remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions. Link: https://lkml.kernel.org/r/20221014001911.3342485-3-helgaas@kernel.org Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r--arch/ia64/include/asm/io.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/ia64/include/asm/io.h b/arch/ia64/include/asm/io.h
index ce66dfc0e719..83a492c8d298 100644
--- a/arch/ia64/include/asm/io.h
+++ b/arch/ia64/include/asm/io.h
@@ -23,10 +23,6 @@
#include <asm/unaligned.h>
#include <asm/early_ioremap.h>
-/* We don't use IO slowdowns on the ia64, but.. */
-#define __SLOW_DOWN_IO do { } while (0)
-#define SLOW_DOWN_IO do { } while (0)
-
#define __IA64_UNCACHED_OFFSET RGN_BASE(RGN_UNCACHED)
/*