diff options
author | Jiang Liu <liuj97@gmail.com> | 2013-01-18 11:07:42 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-02-15 13:35:05 -0500 |
commit | ab1a2e038ff2336502e95ec6492c0364a9fc70d0 (patch) | |
tree | f69e59b53ed0b01eb4bc04c78ca5e38d2d5919ac /drivers/acpi/scan.c | |
parent | a2766602ac6885f9514abd97821984cd152cdad3 (diff) |
ACPI / PCI: Make pci_slot built-in only, not a module
As discussed in thread at https://patchwork.kernel.org/patch/1946851/,
there's no value in supporting CONFIG_ACPI_PCI_SLOT=m any more.
So change Kconfig and code to only support building pci_slot as
built-in driver.
Signed-off-by: Jiang Liu <jiang.liu@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/acpi/scan.c')
-rw-r--r-- | drivers/acpi/scan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index 7c43bdc36abc..236e476b09c9 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c | |||
@@ -1687,6 +1687,7 @@ int __init acpi_scan_init(void) | |||
1687 | 1687 | ||
1688 | acpi_power_init(); | 1688 | acpi_power_init(); |
1689 | acpi_pci_root_init(); | 1689 | acpi_pci_root_init(); |
1690 | acpi_pci_slot_init(); | ||
1690 | 1691 | ||
1691 | /* | 1692 | /* |
1692 | * Enumerate devices in the ACPI namespace. | 1693 | * Enumerate devices in the ACPI namespace. |