[PATCH 13/30] ACPI / hotplug / PCI: Drop flags field from struct acpiphp_bridge

2013-07-17 Thread Rafael J. Wysocki
From: Rafael J. Wysocki The only bridge flag used by the ACPI-based PCI hotplug (ACPIPHP) code is BRIDGE_HAS_EJ0, but it is only used by the event handling function hotplug_event() and if that flag is set, the corresponding function flag FUNC_HAS_EJ0 is set as well, so that bridge flag is

[PATCH 13/30] ACPI / hotplug / PCI: Drop flags field from struct acpiphp_bridge

2013-07-17 Thread Rafael J. Wysocki
From: Rafael J. Wysocki rafael.j.wyso...@intel.com The only bridge flag used by the ACPI-based PCI hotplug (ACPIPHP) code is BRIDGE_HAS_EJ0, but it is only used by the event handling function hotplug_event() and if that flag is set, the corresponding function flag FUNC_HAS_EJ0 is set as well, so