aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-iop3xx/io.h
diff options
context:
space:
mode:
authorAndrew Victor <andrew@sanpeople.com>2006-06-24 04:58:14 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-06-24 05:34:48 -0400
commit52e3e772a098274df3c6f5f1ad58cd7fe24089bf (patch)
tree74af07ddbdc188b4d572e8586c0911dfafd3c336 /include/asm-arm/arch-iop3xx/io.h
parentfc8ea7a1eae3034505f70f02981d33bbc1284a86 (diff)
[ARM] 3631/1: Remove legacy __mem_isa() definitions
Patch from Andrew Victor Remove the remaining legacy __mem_isa() definitions for the ARM platforms. Signed-off-by: Andrew Victor <andrew@sanpeople.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-iop3xx/io.h')
-rw-r--r--include/asm-arm/arch-iop3xx/io.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/arch-iop3xx/io.h b/include/asm-arm/arch-iop3xx/io.h
index f39046a6ab14..36adbdf5055a 100644
--- a/include/asm-arm/arch-iop3xx/io.h
+++ b/include/asm-arm/arch-iop3xx/io.h
@@ -17,6 +17,5 @@
17 17
18#define __io(p) ((void __iomem *)(p)) 18#define __io(p) ((void __iomem *)(p))
19#define __mem_pci(a) (a) 19#define __mem_pci(a) (a)
20#define __mem_isa(a) (a)
21 20
22#endif 21#endif