diff options
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acpi_bus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index 2c722deb2490..526d66384c09 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h | |||
@@ -399,7 +399,6 @@ struct acpi_pci_root { | |||
399 | /* helper */ | 399 | /* helper */ |
400 | acpi_handle acpi_get_child(acpi_handle, u64); | 400 | acpi_handle acpi_get_child(acpi_handle, u64); |
401 | int acpi_is_root_bridge(acpi_handle); | 401 | int acpi_is_root_bridge(acpi_handle); |
402 | acpi_handle acpi_get_pci_rootbridge_handle(unsigned int, unsigned int); | ||
403 | struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle); | 402 | struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle); |
404 | #define DEVICE_ACPI_HANDLE(dev) ((acpi_handle)ACPI_HANDLE(dev)) | 403 | #define DEVICE_ACPI_HANDLE(dev) ((acpi_handle)ACPI_HANDLE(dev)) |
405 | 404 | ||