summaryrefslogtreecommitdiff
path: root/include/xen/features.h
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2016-02-15 08:27:51 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-03-10 01:46:07 +0300
commit75829dcf10862966f52716f2d67ac1c1b1eb486b (patch)
treea784a0c571822218cab97b73d7eb2394742720b1 /include/xen/features.h
parent020bf066a6019807fc52a83e8bea5e0ad6a285e1 (diff)
downloadlinux-75829dcf10862966f52716f2d67ac1c1b1eb486b.tar.xz
drivers/acpi: make pmic/intel_pmic_crc.c explicitly non-modular
The Kconfig currently controlling compilation of this code is: drivers/acpi/Kconfig:config CRC_PMIC_OPREGION drivers/acpi/Kconfig: bool "ACPI operation region support for CrystalCove PMIC" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple 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 is already contained at the top of the file in the comments. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Acked-by: Aaron Lu <aaron.lu@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/xen/features.h')
0 files changed, 0 insertions, 0 deletions