1. 10 1月, 2018 1 次提交
  2. 25 1月, 2017 1 次提交
    • A
      MIPS: ralink: Remove unused timer functions · d92240d1
      Arnd Bergmann 提交于
      The functions were originally used for the module unload path,
      but are not referenced any more and just cause warnings:
      
      arch/mips/ralink/timer.c:104:13: error: 'rt_timer_disable' defined but not used [-Werror=unused-function]
      arch/mips/ralink/timer.c:74:13: error: 'rt_timer_free' defined but not used [-Werror=unused-function]
      
      Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
      Fixes: 62ee73d2 ("MIPS: ralink: Make timer explicitly non-modular")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
      Cc: John Crispin <john@phrozen.org>
      Cc: linux-mips@linux-mips.org
      Cc: linux-kernel@vger.kernel.org
      Patchwork: https://patchwork.linux-mips.org/patch/15041/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      d92240d1
  3. 04 10月, 2016 1 次提交
    • P
      MIPS: ralink: Make timer explicitly non-modular · 62ee73d2
      Paul Gortmaker 提交于
      The Makefile entry controlling compilation of this code is "obj-y"
      meaning that it currently is not being built as a module by anyone.
      
      Lets remove the modular code that is essentially orphaned, so that
      when reading the driver there is no doubt it is builtin-only.
      
      We explicitly disallow a driver unbind, since that doesn't have a
      sensible use case anyway, and it allows us to drop the ".remove"
      code for non-modular drivers.
      
      Since module_platform_driver() uses the same init level priority as
      builtin_platform_driver() the init ordering remains unchanged with
      this commit.
      
      Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code.
      
      We also delete the MODULE_LICENSE tag etc. since all that information
      was (or is now) contained at the top of the file in the comments.
      
      We don't replace module.h with init.h since the file already has that.
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      Cc: John Crispin <john@phrozen.org>
      Cc: linux-mips@linux-mips.org
      Patchwork: https://patchwork.linux-mips.org/patch/13931/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      62ee73d2
  4. 13 5月, 2016 1 次提交
  5. 20 10月, 2014 1 次提交
  6. 30 9月, 2014 1 次提交
  7. 19 12月, 2013 1 次提交
  8. 31 10月, 2013 1 次提交
  9. 04 9月, 2013 1 次提交