1. 30 10月, 2017 1 次提交
  2. 20 10月, 2017 14 次提交
  3. 25 9月, 2017 1 次提交
  4. 18 9月, 2017 1 次提交
    • A
      clocksource/integrator: Fix section mismatch warning · 8fce3dc5
      Arnd Bergmann 提交于
      gcc-4.6 and older fail to inline integrator_clocksource_init, so they
      end up showing a harmless warning:
      
      WARNING: vmlinux.o(.text+0x4aa94c): Section mismatch in reference from the function integrator_clocksource_init() to the function .init.text:clocksource_mmio_init()
      The function integrator_clocksource_init() references
      the function __init clocksource_mmio_init().
      This is often because integrator_clocksource_init lacks a __init
      annotation or the annotation of clocksource_mmio_init is wrong.
      
      Add the missing __init annotation that makes it build cleanly with all
      compilers.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Cc: Thierry Reding <treding@nvidia.com>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
      Link: http://lkml.kernel.org/r/20170915194310.1170514-1-arnd@arndb.de
      8fce3dc5
  5. 31 8月, 2017 1 次提交
  6. 30 8月, 2017 1 次提交
  7. 29 8月, 2017 2 次提交
  8. 11 8月, 2017 2 次提交
  9. 10 8月, 2017 3 次提交
  10. 18 7月, 2017 1 次提交
  11. 27 6月, 2017 5 次提交
  12. 22 6月, 2017 1 次提交
  13. 19 6月, 2017 2 次提交
  14. 14 6月, 2017 5 次提交