Skip to content

Commit

Permalink
ACPI: Remove unused struct acpi_pci_root.id member
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bjorn Helgaas authored and Rafael J. Wysocki committed Jan 3, 2013
1 parent 3eec5f7 commit e0ebda2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/acpi/acpi_bus.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit e0ebda2

Please sign in to comment.