1. 22 11月, 2012 5 次提交
  2. 16 11月, 2012 1 次提交
    • A
      clk: spear: Add stub functions for spear3[0|1|2]0_clk_init() · 90d4971d
      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' [-Werror=implicit-function-declaration]
      drivers/clk/spear/spear3xx_clock.c:601:3: error: implicit declaration of function 'spear310_clk_init' [-Werror=implicit-function-declaration]
      drivers/clk/spear/spear3xx_clock.c:603:3: error: implicit declaration of function 'spear320_clk_init' [-Werror=implicit-function-declaration]
      cc1: some warnings being treated as errors
      make[3]: *** [drivers/clk/spear/spear3xx_clock.o] Error 1
      make[2]: *** [drivers/clk/spear] Error 2
      make[1]: *** [drivers/clk] Error 2
      make: *** [drivers] Error 2
      Signed-off-by: NAxel Lin <axel.lin@ingics.com>
      Acked-by: NViresh Kumar <viresh.kumar@linaro.org>
      Signed-off-by: NMike Turquette <mturquette@linaro.org>
      90d4971d
  3. 18 7月, 2012 1 次提交
  4. 21 6月, 2012 1 次提交
  5. 13 5月, 2012 1 次提交