1. 11 6月, 2012 1 次提交
  2. 04 6月, 2012 1 次提交
  3. 03 6月, 2012 1 次提交
  4. 20 5月, 2012 1 次提交
  5. 11 4月, 2012 1 次提交
  6. 03 4月, 2012 1 次提交
    • S
      regulator: anatop: fix 'anatop_regulator' name collision · c0d78c23
      Shawn Guo 提交于
      There is a name collision between 'struct platform_driver
      anatop_regulator' and 'struct anatop_regulator', which causes some
      section mismatch warnings like below.
      
      WARNING: vmlinux.o(.data+0x154d4): Section mismatch in reference from the variable anatop_regulator to the function .devinit.text:anatop_regulator_probe()
      The variable anatop_regulator references
      the function __devinit anatop_regulator_probe()
      If the reference is valid then annotate the
      variable with __init* or __refdata (see linux/init.h) or name the variable:
      *driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
      
      Rename 'struct platform_driver anatop_regulator' to
      'struct platform_driver anatop_regulator_driver' to fix the warnings.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Cc: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      c0d78c23
  7. 28 3月, 2012 1 次提交
  8. 14 3月, 2012 1 次提交