Skip to content
Snippets Groups Projects
Commit 73f5b8f9 authored by Andy Fleming's avatar Andy Fleming Committed by Kumar Gala
Browse files

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

parent 3f346935
No related merge requests found
...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment