Skip to content

Commit 88f2ab3

Browse files
Dr. David Alan Gilbertbjorn-helgaas
authored andcommitted
ACPI: PCI: Remove unused struct 'acpi_handle_node'
'acpi_handle_node' is unused since 63f534b ("ACPI: PCI: Rework acpi_get_pci_dev()"). Remove it. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dr. David Alan Gilbert <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Reviewed-by: Jonathan Cameron <[email protected]>
1 parent 1613e60 commit 88f2ab3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/acpi/pci_root.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,6 @@ struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle)
293293
}
294294
EXPORT_SYMBOL_GPL(acpi_pci_find_root);
295295

296-
struct acpi_handle_node {
297-
struct list_head node;
298-
acpi_handle handle;
299-
};
300-
301296
/**
302297
* acpi_get_pci_dev - convert ACPI CA handle to struct pci_dev
303298
* @handle: the handle in question

0 commit comments

Comments
 (0)