Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <guohanjun@huawei.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Hanjun Guo and committed by
Rafael J. Wysocki
ec2a9cea 146f5f68

+2 -2
+2 -2
include/acpi/acpi_drivers.h
··· 64 64 -------------------------------------------------------------------------- */ 65 65 66 66 67 - /* ACPI PCI Interrupt Link (pci_link.c) */ 67 + /* ACPI PCI Interrupt Link */ 68 68 69 69 int acpi_irq_penalty_init(void); 70 70 int acpi_pci_link_allocate_irq(acpi_handle handle, int index, int *triggering, 71 71 int *polarity, char **name); 72 72 int acpi_pci_link_free_irq(acpi_handle handle); 73 73 74 - /* ACPI PCI Device Binding (pci_bind.c) */ 74 + /* ACPI PCI Device Binding */ 75 75 76 76 struct pci_bus; 77 77