1. 20 1月, 2017 3 次提交
  2. 01 11月, 2016 1 次提交
    • P
      s390: virtio: make ccw explicitly non-modular · acc50ec7
      Paul Gortmaker 提交于
      The Kconfig currently controlling compilation of this code is:
      
      arch/s390/Kconfig:config S390_GUEST
      arch/s390/Kconfig:      def_bool 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.
      
      Since module_init translates to device_initcall in the non-modular
      case, the init ordering remains unchanged with this commit.
      
      Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code.
      
      We replace module.h with moduleparam.h since the file does declare
      some module_param() and leaving that as-is is currently the easiest
      way to remain compatible with existing boot arg use cases.
      
      Cc: Christian Borntraeger <borntraeger@de.ibm.com>
      Cc: Cornelia Huck <cornelia.huck@de.ibm.com>
      Cc: linux-s390@vger.kernel.org
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      acc50ec7
  3. 03 3月, 2016 2 次提交
  4. 13 1月, 2016 1 次提交
  5. 17 12月, 2015 1 次提交
  6. 14 10月, 2015 1 次提交
  7. 16 9月, 2015 1 次提交
  8. 07 7月, 2015 1 次提交
  9. 04 7月, 2015 1 次提交
  10. 15 4月, 2015 1 次提交
  11. 10 12月, 2014 3 次提交
  12. 09 12月, 2014 10 次提交
  13. 03 11月, 2014 1 次提交
  14. 15 10月, 2014 1 次提交
  15. 28 4月, 2014 1 次提交
  16. 06 3月, 2014 1 次提交
  17. 04 3月, 2014 2 次提交
  18. 17 1月, 2014 1 次提交
  19. 29 10月, 2013 1 次提交
  20. 07 4月, 2013 1 次提交
  21. 22 3月, 2013 1 次提交
  22. 06 3月, 2013 2 次提交
  23. 30 1月, 2013 1 次提交
  24. 10 1月, 2013 1 次提交