[RFC,PATCH 1/7] arm: add a common struct clk

Jeremy Kerr jeremy.kerr at canonical.com
Thu Jan 7 20:38:31 EST 2010


Ben,

> > +int clk_enable(struct clk *clk)
> > +{
> > +	if (clk->enable)
> > +		return clk->enable(clk);
> > +	return 0;
> > +}
> > +EXPORT_SYMBOL(clk_enable);
> 
>  .../...
> 
> All those guys look like good candidates to be inlined :-)

Good point, will inline these.

Cheers,


Jeremy



More information about the linux-arm-kernel mailing list