diff options
Diffstat (limited to 'drivers/acpi/internal.h')
-rw-r--r-- | drivers/acpi/internal.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h index e9304dc7ebfa..a29739c0ba79 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
@@ -26,11 +26,6 @@ | |||
26 | acpi_status acpi_os_initialize1(void); | 26 | acpi_status acpi_os_initialize1(void); |
27 | int init_acpi_device_notify(void); | 27 | int init_acpi_device_notify(void); |
28 | int acpi_scan_init(void); | 28 | int acpi_scan_init(void); |
29 | #ifdef CONFIG_ACPI_PCI_SLOT | ||
30 | void acpi_pci_slot_init(void); | ||
31 | #else | ||
32 | static inline void acpi_pci_slot_init(void) { } | ||
33 | #endif | ||
34 | void acpi_pci_root_init(void); | 29 | void acpi_pci_root_init(void); |
35 | void acpi_pci_link_init(void); | 30 | void acpi_pci_link_init(void); |
36 | void acpi_pci_root_hp_init(void); | 31 | void acpi_pci_root_hp_init(void); |
@@ -92,6 +87,7 @@ void acpi_device_add_finalize(struct acpi_device *device); | |||
92 | void acpi_free_pnp_ids(struct acpi_device_pnp *pnp); | 87 | void acpi_free_pnp_ids(struct acpi_device_pnp *pnp); |
93 | int acpi_bind_one(struct device *dev, acpi_handle handle); | 88 | int acpi_bind_one(struct device *dev, acpi_handle handle); |
94 | int acpi_unbind_one(struct device *dev); | 89 | int acpi_unbind_one(struct device *dev); |
90 | void acpi_bus_device_eject(void *data, u32 ost_src); | ||
95 | 91 | ||
96 | /* -------------------------------------------------------------------------- | 92 | /* -------------------------------------------------------------------------- |
97 | Power Resource | 93 | Power Resource |