From: Hanjun Guo Date: Fri, 13 Nov 2020 03:00:45 +0000 (+0800) Subject: ACPI: acpi_drivers.h: Update the kernel doc X-Git-Tag: v5.11-rc1~150^2~1^3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec2a9cea9fca8581b0cd3d994fb99050d61a8130;p=thirdparty%2Fkernel%2Flinux.git ACPI: acpi_drivers.h: Update the kernel doc pci_bind.c is not exist anymore, so just remove all the .c file reference as the c file reference is not useful and avoid future non-consistency update. Signed-off-by: Hanjun Guo Signed-off-by: Rafael J. Wysocki --- diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h index 634f967016bac..d4f39a20aa2ac 100644 --- a/include/acpi/acpi_drivers.h +++ b/include/acpi/acpi_drivers.h @@ -64,14 +64,14 @@ -------------------------------------------------------------------------- */ -/* ACPI PCI Interrupt Link (pci_link.c) */ +/* ACPI PCI Interrupt Link */ int acpi_irq_penalty_init(void); int acpi_pci_link_allocate_irq(acpi_handle handle, int index, int *triggering, int *polarity, char **name); int acpi_pci_link_free_irq(acpi_handle handle); -/* ACPI PCI Device Binding (pci_bind.c) */ +/* ACPI PCI Device Binding */ struct pci_bus;