]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-aaec2000/core.c
[ARM] 3503/1: Fix map_desc structure for aaec2000
[linux-2.6-omap-h63xx.git] / arch / arm / mach-aaec2000 / core.c
index dce4815cf53cd6c808cea279e58954d12f0db5bc..3be05c43061986a99fb9bd8a2d73ea337e641c54 100644 (file)
 static struct map_desc standard_io_desc[] __initdata = {
        {
                .virtual        = VIO_APB_BASE,
-               .physical       = __phys_to_pfn(PIO_APB_BASE),
+               .pfn            = __phys_to_pfn(PIO_APB_BASE),
                .length         = IO_APB_LENGTH,
                .type           = MT_DEVICE
        }, {
                .virtual        = VIO_AHB_BASE,
-               .physical       = __phys_to_pfn(PIO_AHB_BASE),
+               .pfn            = __phys_to_pfn(PIO_AHB_BASE),
                .length         = IO_AHB_LENGTH,
                .type           = MT_DEVICE
        }