Browse Source

[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>
Andy Fleming 17 years ago
parent
commit
73f5b8f942
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/powerpc/platforms/85xx/mpc85xx_mds.c

+ 1 - 1
arch/powerpc/platforms/85xx/mpc85xx_mds.c

@@ -154,7 +154,7 @@ static int mpc8568_mds_phy_fixups(struct phy_device *phydev)
 static void __init mpc85xx_mds_setup_arch(void)
 static void __init mpc85xx_mds_setup_arch(void)
 {
 {
 	struct device_node *np;
 	struct device_node *np;
-	static u8 *bcsr_regs = NULL;
+	static u8 __iomem *bcsr_regs = NULL;
 
 
 	if (ppc_md.progress)
 	if (ppc_md.progress)
 		ppc_md.progress("mpc85xx_mds_setup_arch()", 0);
 		ppc_md.progress("mpc85xx_mds_setup_arch()", 0);