diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2022-10-21 15:18:38 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2023-02-14 12:37:18 -0500 |
commit | 75078afebb48a16d042717fe26d204cdd2743ff8 (patch) | |
tree | a98c5f2b0c296f3455e206c0e96c064fb19b1b2c /arch/alpha/include | |
parent | 9f416948706fd9831314e5747fad07b76916d471 (diff) | |
download | linux-75078afebb48a16d042717fe26d204cdd2743ff8.tar.gz linux-75078afebb48a16d042717fe26d204cdd2743ff8.tar.bz2 linux-75078afebb48a16d042717fe26d204cdd2743ff8.zip |
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 <bhelgaas@google.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha/include')
-rw-r--r-- | arch/alpha/include/asm/io.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/alpha/include/asm/io.h b/arch/alpha/include/asm/io.h index 1c3605d874e9..7aeaf7c30a6f 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 <asm-generic/iomap.h> -/* 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 */ |