1. 10 3月, 2016 2 次提交
    • P
      drivers/acpi: make apei/ghes.c more explicitly non-modular · 020bf066
      Paul Gortmaker 提交于
      The Kconfig currently controlling compilation of this code is:
      
      config ACPI_APEI_GHES
            bool "APEI Generic Hardware Error Source"
      
      ...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.
      
      We replace module.h with moduleparam.h as we are keeping the
      pre-existing module_param that the file has, as currently that is
      the easiest way to maintain compatibility with the existing boot
      arg use cases.
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
      020bf066
    • P
      drivers/acpi: make bgrt driver explicitly non-modular · cc079f8c
      Paul Gortmaker 提交于
      The Kconfig for this driver is currently:
      
      config ACPI_BGRT
          bool "Boottime Graphics Resource Table support"
      
      ...meaning that it currently is not being built as a module by anyone.
      Lets remove all modular references, 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.
      
      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.
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
      cc079f8c
  2. 06 3月, 2016 1 次提交
  3. 05 3月, 2016 1 次提交
  4. 04 3月, 2016 11 次提交
  5. 03 3月, 2016 14 次提交
  6. 02 3月, 2016 7 次提交
  7. 01 3月, 2016 4 次提交