1. 09 7月, 2012 1 次提交
    • A
      mfd: Guard tc3589x PM methods with CONFIG_PM_SLEEP · 930bf022
      Axel Lin 提交于
      Guard PM methods with CONFIG_PM_SLEEP and get rid of some unneeded #ifdefs.
      This fixes below build warnings:
      
        CC      drivers/mfd/tc3589x.o
      drivers/mfd/tc3589x.c:361:12: warning: 'tc3589x_suspend' defined but not used [-Wunused-function]
      drivers/mfd/tc3589x.c:375:12: warning: 'tc3589x_resume' defined but not used [-Wunused-function]
      
      SIMPLE_DEV_PM_OPS already defines constant dev_pm_ops, thus also fix
      'duplicate const' sparse warning.
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      930bf022
  2. 24 10月, 2011 1 次提交
  3. 27 3月, 2011 1 次提交
  4. 30 12月, 2010 1 次提交
  5. 20 12月, 2010 8 次提交
  6. 03 6月, 2010 1 次提交
  7. 28 5月, 2010 1 次提交