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>
This commit is contained in:
Jiang Liu
2013-01-19 00:07:42 +08:00
committed by Bjorn Helgaas
부모 a2766602ac
커밋 ab1a2e038f
4개의 변경된 파일8개의 추가작업 그리고 16개의 파일을 삭제

파일 보기

@@ -67,6 +67,11 @@ struct acpi_ec {
extern struct acpi_ec *first_ec;
#ifdef CONFIG_ACPI_PCI_SLOT
void acpi_pci_slot_init(void);
#else
static inline void acpi_pci_slot_init(void) { }
#endif
int acpi_pci_root_init(void);
int acpi_ec_init(void);
int acpi_ec_ecdt_probe(void);