1. 14 5月, 2017 1 次提交
  2. 05 5月, 2017 2 次提交
  3. 04 5月, 2017 2 次提交
  4. 23 4月, 2017 1 次提交
    • A
      rtc: sh: mark PM functions as unused · 5d05e815
      Arnd Bergmann 提交于
      The sh_rtc_set_irq_wake() function is only called from the suspend/resume handlers
      that may be hidden, causing a harmless warning:
      
      drivers/rtc/rtc-sh.c:724:13: error: 'sh_rtc_set_irq_wake' defined but not used [-Werror=unused-function]
       static void sh_rtc_set_irq_wake(struct device *dev, int enabled)
      
      The most reliable way to avoid the warning is to remove the existing #ifdef
      and mark the two functions as __maybe_unused so the compiler can silently
      drop all three when there is no reference.
      
      Fixes: dab5aec6 ("rtc: sh: add support for rza series")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NAlexandre Belloni <alexandre.belloni@free-electrons.com>
      5d05e815
  5. 22 4月, 2017 1 次提交
  6. 20 4月, 2017 1 次提交
  7. 14 4月, 2017 4 次提交
  8. 04 4月, 2017 1 次提交
  9. 21 3月, 2017 1 次提交
  10. 17 3月, 2017 2 次提交
  11. 09 3月, 2017 16 次提交
  12. 02 3月, 2017 1 次提交
  13. 24 2月, 2017 2 次提交
  14. 22 2月, 2017 5 次提交