aboutsummaryrefslogtreecommitdiffstats
path: root/net/switchdev/switchdev.c
diff options
context:
space:
mode:
authorPaul Gortmaker <[email protected]>2016-02-15 05:27:51 +0000
committerRafael J. Wysocki <[email protected]>2016-03-09 22:46:07 +0000
commit75829dcf10862966f52716f2d67ac1c1b1eb486b (patch)
treea784a0c571822218cab97b73d7eb2394742720b1 /net/switchdev/switchdev.c
parentdrivers/acpi: make apei/ghes.c more explicitly non-modular (diff)
downloadkernel-75829dcf10862966f52716f2d67ac1c1b1eb486b.tar.gz
kernel-75829dcf10862966f52716f2d67ac1c1b1eb486b.zip
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 <[email protected]> Acked-by: Aaron Lu <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions