Re: [PATCH 3/9] clk: sunxi: remove stale Makefile entry

2013-02-15 Thread Arnd Bergmann
On Friday 15 February 2013, Mike Turquette wrote: > Quoting Arnd Bergmann (2013-02-14 14:26:52) > > Patch 85a18198 "clk: sunxi: Use common of_clk_init() function" > > removed the clk-sunxi.c file but left the Makefile entry, which > > causes a build error in multi_v7_defconfig: > > > > make[4]:

Re: [PATCH 3/9] clk: sunxi: remove stale Makefile entry

2013-02-15 Thread Arnd Bergmann
On Friday 15 February 2013, Mike Turquette wrote: Quoting Arnd Bergmann (2013-02-14 14:26:52) Patch 85a18198 clk: sunxi: Use common of_clk_init() function removed the clk-sunxi.c file but left the Makefile entry, which causes a build error in multi_v7_defconfig: make[4]: *** No rule to

Re: [PATCH 3/9] clk: sunxi: remove stale Makefile entry

2013-02-14 Thread Mike Turquette
Quoting Arnd Bergmann (2013-02-14 14:26:52) > Patch 85a18198 "clk: sunxi: Use common of_clk_init() function" > removed the clk-sunxi.c file but left the Makefile entry, which > causes a build error in multi_v7_defconfig: > > make[4]: *** No rule to make target `drivers/clk/clk-sunxi.o', needed by

[PATCH 3/9] clk: sunxi: remove stale Makefile entry

2013-02-14 Thread Arnd Bergmann
Patch 85a18198 "clk: sunxi: Use common of_clk_init() function" removed the clk-sunxi.c file but left the Makefile entry, which causes a build error in multi_v7_defconfig: make[4]: *** No rule to make target `drivers/clk/clk-sunxi.o', needed by `drivers/clk/built-in.o'. The obvious fix is to

[PATCH 3/9] clk: sunxi: remove stale Makefile entry

2013-02-14 Thread Arnd Bergmann
Patch 85a18198 clk: sunxi: Use common of_clk_init() function removed the clk-sunxi.c file but left the Makefile entry, which causes a build error in multi_v7_defconfig: make[4]: *** No rule to make target `drivers/clk/clk-sunxi.o', needed by `drivers/clk/built-in.o'. The obvious fix is to

Re: [PATCH 3/9] clk: sunxi: remove stale Makefile entry

2013-02-14 Thread Mike Turquette
Quoting Arnd Bergmann (2013-02-14 14:26:52) Patch 85a18198 clk: sunxi: Use common of_clk_init() function removed the clk-sunxi.c file but left the Makefile entry, which causes a build error in multi_v7_defconfig: make[4]: *** No rule to make target `drivers/clk/clk-sunxi.o', needed by