Commit 88f2ab39 authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Bjorn Helgaas
Browse files

ACPI: PCI: Remove unused struct 'acpi_handle_node'

'acpi_handle_node' is unused since 63f534b8 ("ACPI: PCI: Rework
acpi_get_pci_dev()"). Remove it.

Link: https://lore.kernel.org/r/20240509000858.204114-1-linux@treblig.org


Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Reviewed-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 1613e604
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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