Re: [PATCH 1/2] clk for mpc52xx: platform part

2007-10-14 Thread Stephen Rothwell
On Sun, 14 Oct 2007 10:09:23 +0200 Domen Puncer <[EMAIL PROTECTED]> wrote: > > +++ linux.git/arch/powerpc/platforms/52xx/mpc52xx_clock.c > +#include > +#include > +#include > +#include > +#include > +#include > +#include > + > +#include > +#include > +#include You should include to use

[PATCH 1/2] clk for mpc52xx: platform part

2007-10-14 Thread Domen Puncer
clk.h interface for mpc52xx Currently only psc_mclks are defined. Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- arch/powerpc/platforms/52xx/Makefile |2 arch/powerpc/platforms/52xx/mpc52xx_clock.c | 352 +++ arch/powerpc/platforms/52xx/mpc52xx_common