[MIPS] EMMA 2 / Markeins: struct resource takes physical addresses.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/emma2rh/markeins/platform.c b/arch/mips/emma2rh/markeins/platform.c
index be13cec..1156770 100644
--- a/arch/mips/emma2rh/markeins/platform.c
+++ b/arch/mips/emma2rh/markeins/platform.c
@@ -51,8 +51,8 @@
 		.flags	= IORESOURCE_IRQ
 	}, {
 		.name	= NULL,
-		.start	= KSEG1ADDR(EMMA2RH_PIIC0_BASE),
-		.end	= KSEG1ADDR(EMMA2RH_PIIC0_BASE + 0x1000),
+		.start	= EMMA2RH_PIIC0_BASE,
+		.end	= EMMA2RH_PIIC0_BASE + 0x1000,
 		.flags	= 0
 	},
 };
@@ -65,8 +65,8 @@
 		.flags	= IORESOURCE_IRQ
 	}, {
 		.name	= NULL,
-		.start	= KSEG1ADDR(EMMA2RH_PIIC1_BASE),
-		.end	= KSEG1ADDR(EMMA2RH_PIIC1_BASE + 0x1000),
+		.start	= EMMA2RH_PIIC1_BASE,
+		.end	= EMMA2RH_PIIC1_BASE + 0x1000,
 		.flags	= 0
 	},
 };
@@ -79,8 +79,8 @@
 		.flags	= IORESOURCE_IRQ
 	}, {
 		.name	= NULL,
-		.start	= KSEG1ADDR(EMMA2RH_PIIC2_BASE),
-		.end	= KSEG1ADDR(EMMA2RH_PIIC2_BASE + 0x1000),
+		.start	= EMMA2RH_PIIC2_BASE,
+		.end	= EMMA2RH_PIIC2_BASE + 0x1000,
 		.flags	= 0
 	},
 };