diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-10-04 12:57:21 +0800 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-10-07 19:12:58 +0100 |
commit | 0c392ed9a78cbe0f54955ea4716ade8bc22eb00d (patch) | |
tree | 9f56d8ff633f6bb93be7a8510eda42b030e992d3 /arch/arm/mach-pxa | |
parent | 0cb0b0d3c6ebb8215500685a1f70a45bbbdc8e47 (diff) | |
download | kernel_samsung_smdk4412-0c392ed9a78cbe0f54955ea4716ade8bc22eb00d.zip kernel_samsung_smdk4412-0c392ed9a78cbe0f54955ea4716ade8bc22eb00d.tar.gz kernel_samsung_smdk4412-0c392ed9a78cbe0f54955ea4716ade8bc22eb00d.tar.bz2 |
[ARM] ohci-pxa27x: use ioremap() and offset for register access
This avoid the pre-mapping of OHCI controller register space, and the
mapping is made only when necessary (OHCI is probed).
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r-- | arch/arm/mach-pxa/generic.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-pxa/generic.c b/arch/arm/mach-pxa/generic.c index cbbf300..85ed0b3 100644 --- a/arch/arm/mach-pxa/generic.c +++ b/arch/arm/mach-pxa/generic.c @@ -88,11 +88,6 @@ static struct map_desc standard_io_desc[] __initdata = { .pfn = __phys_to_pfn(0x48000000), .length = 0x00200000, .type = MT_DEVICE - }, { /* USB host */ - .virtual = 0xf8000000, - .pfn = __phys_to_pfn(0x4c000000), - .length = 0x00100000, - .type = MT_DEVICE }, { /* Camera */ .virtual = 0xfa000000, .pfn = __phys_to_pfn(0x50000000), |