summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c
diff options
context:
space:
mode:
authorBjorn Helgaas2013-02-16 01:44:01 +0100
committerBjorn Helgaas2013-02-16 01:44:01 +0100
commitad06bff31fbf0aba4e5faae936e12292a7972b05 (patch)
tree7a3f2a4da501c10e5821f6e1930a78572ce66d7c /drivers/acpi/scan.c
parentMerge branch 'pci/konstantin-runtime-pm' into next (diff)
parentACPI / PCI: Make pci_slot built-in only, not a module (diff)
downloadkernel-qcow2-linux-ad06bff31fbf0aba4e5faae936e12292a7972b05.tar.gz
kernel-qcow2-linux-ad06bff31fbf0aba4e5faae936e12292a7972b05.tar.xz
kernel-qcow2-linux-ad06bff31fbf0aba4e5faae936e12292a7972b05.zip
Merge branch 'pci/jiang-pci_slot-kconfig' into next
* pci/jiang-pci_slot-kconfig: ACPI / PCI: Make pci_slot built-in only, not a module
Diffstat (limited to 'drivers/acpi/scan.c')
-rw-r--r--drivers/acpi/scan.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c
index bc2f33790e83..b643aed8b74b 100644
--- a/drivers/acpi/scan.c
+++ b/drivers/acpi/scan.c
@@ -1687,6 +1687,7 @@ int __init acpi_scan_init(void)
acpi_power_init();
acpi_pci_root_init();
+ acpi_pci_slot_init();
/*
* Enumerate devices in the ACPI namespace.