PCI/ACPI: Remove unused global list acpi_pci_roots
Now the global list acpi_pci_roots pci_root.c is useless, remove it. Signed-off-by: Jiang Liu <jiang.liu@huawei.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Cc: Len Brown <lenb@kernel.org>
This commit is contained in:
parent
bfe2414aec
commit
bbebed6423
2 changed files with 1 additions and 19 deletions
|
@ -472,7 +472,6 @@ int register_acpi_bus_type(struct acpi_bus_type *);
|
|||
int unregister_acpi_bus_type(struct acpi_bus_type *);
|
||||
|
||||
struct acpi_pci_root {
|
||||
struct list_head node;
|
||||
struct acpi_device * device;
|
||||
struct pci_bus *bus;
|
||||
u16 segment;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue