diff options
Diffstat (limited to 'include/acpi/acpi_drivers.h')
-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 f85f77a538aa..a77196bcb993 100644 --- a/include/acpi/acpi_drivers.h +++ b/include/acpi/acpi_drivers.h | |||
@@ -73,7 +73,6 @@ struct pci_bus; | |||
73 | 73 | ||
74 | acpi_status acpi_get_pci_id(acpi_handle handle, struct acpi_pci_id *id); | 74 | acpi_status acpi_get_pci_id(acpi_handle handle, struct acpi_pci_id *id); |
75 | int acpi_pci_bind(struct acpi_device *device); | 75 | int acpi_pci_bind(struct acpi_device *device); |
76 | int acpi_pci_unbind(struct acpi_device *device); | ||
77 | int acpi_pci_bind_root(struct acpi_device *device, struct acpi_pci_id *id, | 76 | int acpi_pci_bind_root(struct acpi_device *device, struct acpi_pci_id *id, |
78 | struct pci_bus *bus); | 77 | struct pci_bus *bus); |
79 | 78 | ||