diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2024-07-19 17:10:33 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2024-07-19 17:10:33 +0200 |
commit | 45659274e60864f9acabba844468e405362bdc8c (patch) | |
tree | 0b9906900581ffe3f65528c2503286e0841600eb /drivers/acpi | |
parent | Merge branch 'pci/switchtec' (diff) | |
parent | PCI: controller: Add missing MODULE_DESCRIPTION() macros (diff) | |
download | linux-45659274e60864f9acabba844468e405362bdc8c.tar.xz linux-45659274e60864f9acabba844468e405362bdc8c.zip |
Merge branch 'pci/misc'
- Remove unused struct 'acpi_handle_node' (Dr. David Alan Gilbert)
- Use array notation for portdrv .id_table consistently (Masahiro Yamada)
- Switch to new Intel CPU model defines (Tony Luck)
- Add missing MODULE_DESCRIPTION() macros (Jeff Johnson)
* pci/misc:
PCI: controller: Add missing MODULE_DESCRIPTION() macros
PCI: Add missing MODULE_DESCRIPTION() macros
PCI/PM: Switch to new Intel CPU model defines
PCI: Use array for .id_table consistently
ACPI: PCI: Remove unused struct 'acpi_handle_node'
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/pci_root.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/acpi/pci_root.c b/drivers/acpi/pci_root.c index ddc2b3e89111..d0bfb3706801 100644 --- a/drivers/acpi/pci_root.c +++ b/drivers/acpi/pci_root.c @@ -293,11 +293,6 @@ struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle) } EXPORT_SYMBOL_GPL(acpi_pci_find_root); -struct acpi_handle_node { - struct list_head node; - acpi_handle handle; -}; - /** * acpi_get_pci_dev - convert ACPI CA handle to struct pci_dev * @handle: the handle in question |