Skip to content

Commit

Permalink
[POWERPC] Add export for mpc52xx_set_psc_clkdiv
Browse files Browse the repository at this point in the history
mpc52xx_set_psc_clkdiv is needed by PSC device drivers.

Signed-off-by: Eric Dujardin <eric.dujardin@sagem.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Eric Dujardin authored and Grant Likely committed Feb 24, 2008
1 parent 42e6de0 commit 4187377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/platforms/52xx/mpc52xx_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4187377

Please sign in to comment.