aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/acpiphp.h
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-07-13 17:27:25 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-07-22 22:00:24 -0400
commit89373a55d294b53e85792dbc636015b83d492f67 (patch)
tree79eb8fbe65ddaf50fd4952c18ab4a9840327d4dd /drivers/pci/hotplug/acpiphp.h
parent5a3bc573ae32a71bb9e307812d4de1bdcab6b9fb (diff)
ACPI / hotplug / PCI: Drop handle field from struct acpiphp_bridge
The handle field in struct acpiphp_bridge is only used by acpiphp_enumerate_slots(), but in that function the local handle variable can be used instead, so make that happen and drop handle from struct acpiphp_bridge. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Tested-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to 'drivers/pci/hotplug/acpiphp.h')
-rw-r--r--drivers/pci/hotplug/acpiphp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/acpiphp.h b/drivers/pci/hotplug/acpiphp.h
index dbb94258da57..afd7110a1ca8 100644
--- a/drivers/pci/hotplug/acpiphp.h
+++ b/drivers/pci/hotplug/acpiphp.h
@@ -77,7 +77,6 @@ struct acpiphp_bridge {
77 struct list_head list; 77 struct list_head list;
78 struct list_head slots; 78 struct list_head slots;
79 struct kref ref; 79 struct kref ref;
80 acpi_handle handle;
81 80
82 struct acpiphp_context *context; 81 struct acpiphp_context *context;
83 82