On Fri, Mar 28, 2014 at 01:31:44PM +0400, Antony Pavlov wrote: > Hi! > > This latest commit in next breaks tegra build > > Author: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> > Date: Thu Mar 13 09:41:28 2014 +0100 > > clk: clk-fixed-factor: pass flags to initializers > > Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> > > I can't check this trivial fix properly by myself as my tegra board is conserved: Thanks for noting. I have just squashed it into the commit breaking it (Not puseh yet) Sascha > > --- a/drivers/clk/tegra/clk-tegra20.c > +++ b/drivers/clk/tegra/clk-tegra20.c > @@ -62,7 +62,7 @@ static void tegra20_osc_clk_init(void) > clks[clk_32k] = clk_fixed("clk_32k", 32768); > > clks[pll_ref] = clk_fixed_factor("pll_ref", "clk_m", 1, > - get_pll_ref_div()); > + get_pll_ref_div(), 0); > } > > -- > Best regards, > Antony Pavlov > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox