aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-clps711x
diff options
context:
space:
mode:
authorAndrew Victor <andrew@sanpeople.com>2006-06-24 09:58:14 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-06-24 10:34:48 +0100
commit52e3e772a098274df3c6f5f1ad58cd7fe24089bf (patch)
tree74af07ddbdc188b4d572e8586c0911dfafd3c336 /include/asm-arm/arch-clps711x
parent[ARM] 3644/1: ixp2000: export gpio_line_config() (diff)
downloadlinux-dev-52e3e772a098274df3c6f5f1ad58cd7fe24089bf.tar.xz
linux-dev-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-clps711x')
-rw-r--r--include/asm-arm/arch-clps711x/io.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/arch-clps711x/io.h b/include/asm-arm/arch-clps711x/io.h
index 62613b0e2d96..53d790202c19 100644
--- a/include/asm-arm/arch-clps711x/io.h
+++ b/include/asm-arm/arch-clps711x/io.h
@@ -26,7 +26,6 @@
#define __io(a) ((void __iomem *)(a))
#define __mem_pci(a) (a)
-#define __mem_isa(a) (a)
/*
* We don't support ins[lb]/outs[lb]. Make them fault.