aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/orion/patches/009-delete_unused_IO_SPACE_REMAP_define.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-06-04 13:51:17 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-06-04 13:51:17 +0000
commit588d69a7c7bdd5051d3bf1362eeef3b11a9ca901 (patch)
treeb23043472ad11463f5e978310b30d1cebd104bb1 /target/linux/orion/patches/009-delete_unused_IO_SPACE_REMAP_define.patch
parent95866983cafe3812b267f795759ad5980720e6f7 (diff)
downloadupstream-588d69a7c7bdd5051d3bf1362eeef3b11a9ca901.tar.gz
upstream-588d69a7c7bdd5051d3bf1362eeef3b11a9ca901.tar.bz2
upstream-588d69a7c7bdd5051d3bf1362eeef3b11a9ca901.zip
add preliminary Marvell Orion support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11352 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/orion/patches/009-delete_unused_IO_SPACE_REMAP_define.patch')
-rw-r--r--target/linux/orion/patches/009-delete_unused_IO_SPACE_REMAP_define.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/orion/patches/009-delete_unused_IO_SPACE_REMAP_define.patch b/target/linux/orion/patches/009-delete_unused_IO_SPACE_REMAP_define.patch
new file mode 100644
index 0000000000..222a6dabcd
--- /dev/null
+++ b/target/linux/orion/patches/009-delete_unused_IO_SPACE_REMAP_define.patch
@@ -0,0 +1,17 @@
+This define isn't used anywhere in the kernel tree -- nuke it.
+
+Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
+---
+ include/asm-arm/arch-orion5x/io.h | 1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+--- 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)