Commit 73f5b8f9 authored by Andy Fleming's avatar Andy Fleming Committed by Kumar Gala

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

Signed-off-by: default avatarAndy Fleming <afleming@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 3f346935
...@@ -154,7 +154,7 @@ static int mpc8568_mds_phy_fixups(struct phy_device *phydev) ...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment