1. 21 7月, 2015 1 次提交
    • S
      clk: mmp: Remove clk.h include · 528b7697
      Stephen Boyd 提交于
      Clock provider drivers generally shouldn't include clk.h because
      it's the consumer API. Remove the include here because this is a
      provider driver. The clkdev.h include isn't used either, so drop
      it and add in slab.h to keep things compiling.
      
      Cc: Chao Xie <chao.xie@marvell.com>
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      528b7697
  2. 15 5月, 2015 1 次提交
    • S
      clk: mmp: Silence sparse warnings · 52127755
      Stephen Boyd 提交于
      drivers/clk/mmp/clk-apbc.c:118:16: warning: symbol 'clk_apbc_ops' was not declared. Should it be static?
      drivers/clk/mmp/clk-apmu.c:64:16: warning: symbol 'clk_apmu_ops' was not declared. Should it be static?
      
      Cc: Chao Xie <chao.xie@marvell.com>
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      52127755
  3. 29 8月, 2012 1 次提交