[ARM] Re-fix footbridge

That's __phys_to_pfn, not __phy_to_pfn.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King 2005-11-13 09:53:34 +00:00 committed by Russell King
parent 1cf99be560
commit 865052fd51
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ void __init footbridge_init_irq(void)
static struct map_desc fb_common_io_desc[] __initdata = {
{
.virtual = ARMCSR_BASE,
.pfn = __phy_to_pfn(DC21285_ARMCSR_BASE),
.pfn = __phys_to_pfn(DC21285_ARMCSR_BASE),
.length = ARMCSR_SIZE,
.type = MT_DEVICE,
}, {