Commit 4187377b authored by Eric Dujardin's avatar Eric Dujardin Committed by Grant Likely

[POWERPC] Add export for mpc52xx_set_psc_clkdiv

mpc52xx_set_psc_clkdiv is needed by PSC device drivers.
Signed-off-by: default avatarEric Dujardin <eric.dujardin@sagem.com>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 42e6de0e
......@@ -199,6 +199,7 @@ int mpc52xx_set_psc_clkdiv(int psc_id, int clkdiv)
return 0;
}
EXPORT_SYMBOL(mpc52xx_set_psc_clkdiv);
/**
* mpc52xx_restart: ppc_md->restart hook for mpc5200 using the watchdog timer
......
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