From 372697a2f227fbe14f1794c1527052d63a33994d Mon Sep 17 00:00:00 2001 From: Deepak Saxena Date: Fri, 28 Oct 2005 15:19:09 +0100 Subject: [PATCH] --- yaml --- r: 10436 b: refs/heads/master c: 3e9635e4060238549ffac239de34f6122b053653 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-h720x/common.c | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 338bbff1e9f4..f45dde96f13c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a427ceef934d8162c8c61d152e969bc3ec21a4e5 +refs/heads/master: 3e9635e4060238549ffac239de34f6122b053653 diff --git a/trunk/arch/arm/mach-h720x/common.c b/trunk/arch/arm/mach-h720x/common.c index 5110e2e65ddd..c096b4569308 100644 --- a/trunk/arch/arm/mach-h720x/common.c +++ b/trunk/arch/arm/mach-h720x/common.c @@ -237,7 +237,12 @@ void __init h720x_init_irq (void) } static struct map_desc h720x_io_desc[] __initdata = { - { IO_VIRT, IO_PHYS, IO_SIZE, MT_DEVICE }, + { + .virtual = IO_VIRT, + .pfn = __phys_to_pfn(IO_PHYS), + .length = IO_SIZE, + .type = MT_DEVICE + }, }; /* Initialize io tables */