|
@@ -25,7 +25,7 @@
|
|
|
|
|
|
static struct map_desc armada_370_xp_io_desc[] __initdata = {
|
|
static struct map_desc armada_370_xp_io_desc[] __initdata = {
|
|
{
|
|
{
|
|
- .virtual = ARMADA_370_XP_REGS_VIRT_BASE,
|
|
|
|
|
|
+ .virtual = (unsigned long) ARMADA_370_XP_REGS_VIRT_BASE,
|
|
.pfn = __phys_to_pfn(ARMADA_370_XP_REGS_PHYS_BASE),
|
|
.pfn = __phys_to_pfn(ARMADA_370_XP_REGS_PHYS_BASE),
|
|
.length = ARMADA_370_XP_REGS_SIZE,
|
|
.length = ARMADA_370_XP_REGS_SIZE,
|
|
.type = MT_DEVICE,
|
|
.type = MT_DEVICE,
|