aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/acpi_drivers.h
diff options
context:
space:
mode:
authorHanjun Guo <guohanjun@huawei.com>2020-11-13 11:00:45 +0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2020-11-17 18:12:34 +0100
commitec2a9cea9fca8581b0cd3d994fb99050d61a8130 (patch)
treeeea030bf71e42c9d4034555a21cdeb3f69b0d787 /include/acpi/acpi_drivers.h
parentACPI: acpi_drivers.h: Remove the leftover dead code (diff)
downloadlinux-dev-ec2a9cea9fca8581b0cd3d994fb99050d61a8130.tar.xz
linux-dev-ec2a9cea9fca8581b0cd3d994fb99050d61a8130.zip
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>
Diffstat (limited to 'include/acpi/acpi_drivers.h')
-rw-r--r--include/acpi/acpi_drivers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h
index 634f967016ba..d4f39a20aa2a 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;