diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/acpi/acpi_drivers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h index 686a960bde39..98ebaaedc07f 100644 --- a/include/acpi/acpi_drivers.h +++ b/include/acpi/acpi_drivers.h | |||
@@ -92,7 +92,7 @@ int acpi_pci_link_free_irq(acpi_handle handle); | |||
92 | /* ACPI PCI Interrupt Routing (pci_irq.c) */ | 92 | /* ACPI PCI Interrupt Routing (pci_irq.c) */ |
93 | 93 | ||
94 | int acpi_pci_irq_add_prt(acpi_handle handle, struct pci_bus *bus); | 94 | int acpi_pci_irq_add_prt(acpi_handle handle, struct pci_bus *bus); |
95 | void acpi_pci_irq_del_prt(int segment, int bus); | 95 | void acpi_pci_irq_del_prt(struct pci_bus *bus); |
96 | 96 | ||
97 | /* ACPI PCI Device Binding (pci_bind.c) */ | 97 | /* ACPI PCI Device Binding (pci_bind.c) */ |
98 | 98 | ||