1. 20 8月, 2013 23 次提交
  2. 15 8月, 2013 14 次提交
  3. 07 8月, 2013 2 次提交
  4. 01 8月, 2013 1 次提交
    • J
      mfd: twl4030-power: Staticize local functions · fae01582
      Jingoo Han 提交于
      twl4030_power_configure_scripts(), twl4030_power_configure_resources(),
      twl4030_power_probe() are used only in this file.
      
      Fix the following sparse warnings:
      
      drivers/mfd/twl4030-power.c:496:5: warning: symbol 'twl4030_power_configure_scripts' was not declared. Should it be static?
      drivers/mfd/twl4030-power.c:512:5: warning: symbol 'twl4030_power_configure_resources' was not declared. Should it be static?
      drivers/mfd/twl4030-power.c:556:5: warning: symbol 'twl4030_power_probe' was not declared. Should it be static?
      Signed-off-by: NJingoo Han <jg1.han@samsung.com>
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      fae01582