From: Lennert Buytenhek Date: Wed, 28 May 2008 14:20:56 +0000 (+0200) Subject: [ARM] Orion: delete unused IO_SPACE_REMAP define X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6eef84a5496c678ab27b72bec0fc785c9cee063b;p=linux-beck.git [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 Acked-by: Russell King --- 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)