ACPI: Remove unused struct acpi_pci_root.id member
This member is never initialized and never referenced, so remove it. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
3eec5f7a19
commit
e0ebda2ee1
1 changed files with 0 additions and 1 deletions
|
@ -390,7 +390,6 @@ int unregister_acpi_bus_type(struct acpi_bus_type *);
|
|||
struct acpi_pci_root {
|
||||
struct list_head node;
|
||||
struct acpi_device * device;
|
||||
struct acpi_pci_id id;
|
||||
struct pci_bus *bus;
|
||||
u16 segment;
|
||||
struct resource secondary; /* downstream bus range */
|
||||
|
|
Loading…
Add table
Reference in a new issue