[PATCH 3/7] ARM: hs: add board support with device tree

Arnd Bergmann arnd at arndb.de
Fri Mar 1 06:45:22 EST 2013


On Thursday 28 February 2013, Michal Simek wrote:
> > +
> > +extern void __init hs_init_clocks(void);
> 
> this shouldn't be in this file. Run checkpatch.pl on it.

Right, I believe that the new CLK_OF_DECLARE macro should
take care of this. For now, you still need to call
"of_clk_init(NULL);" from platform code when using this,
but I suppose we will find a way to mvoe that into common
arch code eventually.

	Arnd



More information about the linux-arm-kernel mailing list