Re: [PATCH] clk: spear: Add stub functions for spear3[0|1|2]0_clk_init()

2012-11-12 Thread Mike Turquette
Quoting viresh kumar (2012-11-05 19:36:18) > On Tue, Nov 6, 2012 at 8:04 AM, Axel Lin wrote: > > This fixes compile error if one of SPEAr3xx implementations is not selected. > > > > CC drivers/clk/spear/spear3xx_clock.o > > drivers/clk/spear/spear3xx_clock.c: In function

Re: [PATCH] clk: spear: Add stub functions for spear3[0|1|2]0_clk_init()

2012-11-12 Thread Mike Turquette
Quoting viresh kumar (2012-11-05 19:36:18) On Tue, Nov 6, 2012 at 8:04 AM, Axel Lin axel@ingics.com wrote: This fixes compile error if one of SPEAr3xx implementations is not selected. CC drivers/clk/spear/spear3xx_clock.o drivers/clk/spear/spear3xx_clock.c: In function

Re: [PATCH] clk: spear: Add stub functions for spear3[0|1|2]0_clk_init()

2012-11-05 Thread viresh kumar
On Tue, Nov 6, 2012 at 8:04 AM, Axel Lin wrote: > This fixes compile error if one of SPEAr3xx implementations is not selected. > > CC drivers/clk/spear/spear3xx_clock.o > drivers/clk/spear/spear3xx_clock.c: In function 'spear3xx_clk_init': > drivers/clk/spear/spear3xx_clock.c:599:3: error:

[PATCH] clk: spear: Add stub functions for spear3[0|1|2]0_clk_init()

2012-11-05 Thread Axel Lin
This fixes compile error if one of SPEAr3xx implementations is not selected. CC drivers/clk/spear/spear3xx_clock.o drivers/clk/spear/spear3xx_clock.c: In function 'spear3xx_clk_init': drivers/clk/spear/spear3xx_clock.c:599:3: error: implicit declaration of function 'spear300_clk_init'

[PATCH] clk: spear: Add stub functions for spear3[0|1|2]0_clk_init()

2012-11-05 Thread Axel Lin
This fixes compile error if one of SPEAr3xx implementations is not selected. CC drivers/clk/spear/spear3xx_clock.o drivers/clk/spear/spear3xx_clock.c: In function 'spear3xx_clk_init': drivers/clk/spear/spear3xx_clock.c:599:3: error: implicit declaration of function 'spear300_clk_init'

Re: [PATCH] clk: spear: Add stub functions for spear3[0|1|2]0_clk_init()

2012-11-05 Thread viresh kumar
On Tue, Nov 6, 2012 at 8:04 AM, Axel Lin axel@ingics.com wrote: This fixes compile error if one of SPEAr3xx implementations is not selected. CC drivers/clk/spear/spear3xx_clock.o drivers/clk/spear/spear3xx_clock.c: In function 'spear3xx_clk_init':