diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/acpi/acpi_drivers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h index 0352c8f0b05b..7a2ce53146aa 100644 --- a/include/acpi/acpi_drivers.h +++ b/include/acpi/acpi_drivers.h | |||
@@ -99,7 +99,6 @@ void acpi_pci_irq_del_prt(int segment, int bus); | |||
99 | struct pci_bus; | 99 | struct pci_bus; |
100 | 100 | ||
101 | acpi_status acpi_get_pci_id(acpi_handle handle, struct acpi_pci_id *id); | 101 | acpi_status acpi_get_pci_id(acpi_handle handle, struct acpi_pci_id *id); |
102 | int acpi_pci_bind(struct acpi_device *device); | ||
103 | int acpi_pci_bind_root(struct acpi_device *device, struct acpi_pci_id *id, | 102 | int acpi_pci_bind_root(struct acpi_device *device, struct acpi_pci_id *id, |
104 | struct pci_bus *bus); | 103 | struct pci_bus *bus); |
105 | 104 | ||