PNP: make pnpbios core explicitly non-modular
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 3 Jul 2016 18:20:15 +0000 (14:20 -0400)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 5 Jul 2016 20:37:25 +0000 (22:37 +0200)
commit917c7fc264abb9c470486b157bc7252e53f68fbb
treeea40cac3a299244b34d11205e5d021acd8b8ea04
parenta99cde438de0c4c0cecc1d1af1a55a75b10bfdef
PNP: make pnpbios core explicitly non-modular

The Kconfig currently controlling compilation of this code is:

config PNPBIOS
        bool "Plug and Play BIOS support"

...meaning that it currently is not being built as a module by anyone.

Lets remove the couple traces of modularity, 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.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/pnp/pnpbios/core.c