diff options
| author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-09-14 17:06:22 -0400 |
|---|---|---|
| committer | Nicolas Pitre <nico@fluxnic.net> | 2011-11-16 18:06:18 -0500 |
| commit | 3c4c342fea35fa1976853d8ebc518a06c98259a3 (patch) | |
| tree | 6f535592969b1e5114e97e2be246fd23f3f76b2f /arch/arm/mach-tegra/include | |
| parent | 400eeee1bd48cec3b7c2c57c473568ccb53486cc (diff) | |
ARM: mach-tegra: remove arch specific special handling for ioremap
A generic version should replace this later.
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Tested-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/include')
| -rw-r--r-- | arch/arm/mach-tegra/include/mach/io.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-tegra/include/mach/io.h b/arch/arm/mach-tegra/include/mach/io.h index 35a011fbc42..f15defffb5d 100644 --- a/arch/arm/mach-tegra/include/mach/io.h +++ b/arch/arm/mach-tegra/include/mach/io.h | |||
| @@ -71,12 +71,6 @@ | |||
| 71 | 71 | ||
| 72 | #ifndef __ASSEMBLER__ | 72 | #ifndef __ASSEMBLER__ |
| 73 | 73 | ||
| 74 | #define __arch_ioremap tegra_ioremap | ||
| 75 | #define __arch_iounmap tegra_iounmap | ||
| 76 | |||
| 77 | void __iomem *tegra_ioremap(unsigned long phys, size_t size, unsigned int type); | ||
| 78 | void tegra_iounmap(volatile void __iomem *addr); | ||
| 79 | |||
| 80 | #define IO_ADDRESS(n) (IO_TO_VIRT(n)) | 74 | #define IO_ADDRESS(n) (IO_TO_VIRT(n)) |
| 81 | 75 | ||
| 82 | #ifdef CONFIG_TEGRA_PCI | 76 | #ifdef CONFIG_TEGRA_PCI |
