[POWERPC] 85xx: Fix some sparse warnings for 85xx MDS

Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

authored by Andy Fleming and committed by Kumar Gala 73f5b8f9 3f346935

+1 -1
+1 -1
arch/powerpc/platforms/85xx/mpc85xx_mds.c
··· 154 154 static void __init mpc85xx_mds_setup_arch(void) 155 155 { 156 156 struct device_node *np; 157 - static u8 *bcsr_regs = NULL; 157 + static u8 __iomem *bcsr_regs = NULL; 158 158 159 159 if (ppc_md.progress) 160 160 ppc_md.progress("mpc85xx_mds_setup_arch()", 0);