drivers/acpi: make pmic/intel_pmic_crc.c explicitly non-modular
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 15 Feb 2016 05:27:51 +0000 (00:27 -0500)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 9 Mar 2016 22:46:07 +0000 (23:46 +0100)
commit75829dcf10862966f52716f2d67ac1c1b1eb486b
treea784a0c571822218cab97b73d7eb2394742720b1
parent020bf066a6019807fc52a83e8bea5e0ad6a285e1
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>
drivers/acpi/pmic/intel_pmic_crc.c
This page took 0.026236 seconds and 5 git commands to generate.