diff options
Diffstat (limited to 'include/acpi/acpi_drivers.h')
-rw-r--r-- | include/acpi/acpi_drivers.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h index dbe3989952ee..2740a2894837 100644 --- a/include/acpi/acpi_drivers.h +++ b/include/acpi/acpi_drivers.h | |||
@@ -100,8 +100,7 @@ struct pci_bus; | |||
100 | 100 | ||
101 | struct pci_dev *acpi_get_pci_dev(acpi_handle); | 101 | struct pci_dev *acpi_get_pci_dev(acpi_handle); |
102 | acpi_status acpi_get_pci_id(acpi_handle handle, struct acpi_pci_id *id); | 102 | acpi_status acpi_get_pci_id(acpi_handle handle, struct acpi_pci_id *id); |
103 | int acpi_pci_bind_root(struct acpi_device *device, struct acpi_pci_id *id, | 103 | int acpi_pci_bind_root(struct acpi_device *device); |
104 | struct pci_bus *bus); | ||
105 | 104 | ||
106 | /* Arch-defined function to add a bus to the system */ | 105 | /* Arch-defined function to add a bus to the system */ |
107 | 106 | ||