diff options
author | Jiang Liu <jiang.liu@huawei.com> | 2013-05-29 01:59:25 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-05-29 22:35:49 +0200 |
commit | bbebed6423f5b281f9ca314518531f90424f6f57 (patch) | |
tree | ce06d37e5b16f8be0a785cc5099c49404a0c4c4c /include/acpi | |
parent | PCI/ACPI: Introduce "handle" local for economy of expression (diff) | |
download | linux-bbebed6423f5b281f9ca314518531f90424f6f57.tar.xz linux-bbebed6423f5b281f9ca314518531f90424f6f57.zip |
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>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acpi_bus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index 98db31d9f9b4..af0f840f77c8 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h @@ -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; |