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