add preliminary Marvell Orion support
[openwrt.git] / target / linux / orion / patches / 009-delete_unused_IO_SPACE_REMAP_define.patch
1 This define isn't used anywhere in the kernel tree -- nuke it.
2
3 Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
4 ---
5  include/asm-arm/arch-orion5x/io.h |    1 -
6  1 files changed, 0 insertions(+), 1 deletions(-)
7
8 --- a/include/asm-arm/arch-orion5x/io.h
9 +++ b/include/asm-arm/arch-orion5x/io.h
10 @@ -14,7 +14,6 @@
11  #include "orion5x.h"
12  
13  #define IO_SPACE_LIMIT         0xffffffff
14 -#define IO_SPACE_REMAP         ORION5X_PCI_SYS_IO_BASE
15  
16  static inline void __iomem *
17  __arch_ioremap(unsigned long paddr, size_t size, unsigned int mtype)