diff options
| author | Bjorn Helgaas <bhelgaas@google.com> | 2013-06-03 13:43:26 -0600 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-06-03 13:43:26 -0600 |
| commit | 278934bdc46a3de02f24c6d4a550cf668aa8cf83 (patch) | |
| tree | 2c80fac07503cadf4a10a477b1c3720196ebf19e /include | |
| parent | 0345d3f8b2dc761fdebc009093d01c6cec4f11f7 (diff) | |
| parent | 6dc7d22c67384d313fca88c1a63af3220a2beff7 (diff) | |
Merge branch 'pci/jiang-remove-global-list' into next
* pci/jiang-remove-global-list:
PCI/ACPI: Use dev_printk(), acpi_handle_print(), pr_xxx() when possible
PCI/ACPI: Remove unused global list acpi_pci_roots
PCI/ACPI: Introduce "handle" local for economy of expression
PCI/ACPI: Combine duplicate adjacent "if" tests
Diffstat (limited to 'include')
| -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; |
