aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-orion5x
diff options
context:
space:
mode:
authorLennert Buytenhek <buytenh@wantstofly.org>2008-05-28 16:20:56 +0200
committerLennert Buytenhek <buytenh@marvell.com>2008-06-22 22:44:44 +0200
commit6eef84a5496c678ab27b72bec0fc785c9cee063b (patch)
tree4a269ef71b4f254e49a446813276921df5d48710 /include/asm-arm/arch-orion5x
parent[ARM] Orion: top-level IRQs are level-triggered (diff)
downloadlinux-dev-6eef84a5496c678ab27b72bec0fc785c9cee063b.tar.xz
linux-dev-6eef84a5496c678ab27b72bec0fc785c9cee063b.zip
[ARM] Orion: delete unused IO_SPACE_REMAP define
This define isn't used anywhere in the kernel tree -- nuke it. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Acked-by: Russell King <linux@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-orion5x')
-rw-r--r--include/asm-arm/arch-orion5x/io.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/arch-orion5x/io.h b/include/asm-arm/arch-orion5x/io.h
index 50f8c8802206..d9a4b2065e53 100644
--- a/include/asm-arm/arch-orion5x/io.h
+++ b/include/asm-arm/arch-orion5x/io.h
@@ -14,7 +14,6 @@
#include "orion5x.h"
#define IO_SPACE_LIMIT 0xffffffff
-#define IO_SPACE_REMAP ORION5X_PCI_SYS_IO_BASE
static inline void __iomem *
__arch_ioremap(unsigned long paddr, size_t size, unsigned int mtype)