summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-l7200
diff options
context:
space:
mode:
authorAndrew Victor2006-06-24 10:58:14 +0200
committerRussell King2006-06-24 11:34:48 +0200
commit52e3e772a098274df3c6f5f1ad58cd7fe24089bf (patch)
tree74af07ddbdc188b4d572e8586c0911dfafd3c336 /include/asm-arm/arch-l7200
parent[ARM] 3644/1: ixp2000: export gpio_line_config() (diff)
downloadkernel-qcow2-linux-52e3e772a098274df3c6f5f1ad58cd7fe24089bf.tar.gz
kernel-qcow2-linux-52e3e772a098274df3c6f5f1ad58cd7fe24089bf.tar.xz
kernel-qcow2-linux-52e3e772a098274df3c6f5f1ad58cd7fe24089bf.zip
[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-l7200')
-rw-r--r--include/asm-arm/arch-l7200/io.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/arch-l7200/io.h b/include/asm-arm/arch-l7200/io.h
index cab8ad0adf09..cd080d8384d9 100644
--- a/include/asm-arm/arch-l7200/io.h
+++ b/include/asm-arm/arch-l7200/io.h
@@ -19,7 +19,6 @@
*/
#define __io_pci(a) ((void __iomem *)(PCIO_BASE + (a)))
#define __mem_pci(a) (a)
-#define __mem_isa(a) (a)
#define __ioaddr(p) __io_pci(p)