aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
authorJiang Liu <jiang.liu@huawei.com>2013-05-28 17:59:25 -0600
committerBjorn Helgaas <bhelgaas@google.com>2013-05-29 14:35:49 -0600
commitbbebed6423f5b281f9ca314518531f90424f6f57 (patch)
treece06d37e5b16f8be0a785cc5099c49404a0c4c4c /include/acpi
parentPCI/ACPI: Introduce "handle" local for economy of expression (diff)
downloadlinux-dev-bbebed6423f5b281f9ca314518531f90424f6f57.tar.xz
linux-dev-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.h1
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;