aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/hotplug/pciehp.h
diff options
context:
space:
mode:
authorRajat Jain <rajatxjain@gmail.com>2014-06-26 11:58:55 -0700
committerBjorn Helgaas <bhelgaas@google.com>2014-07-05 11:38:26 -0600
commit6c1a32e06758ba1c997f81a3c41e780cfc77b3c2 (patch)
treee161765638a6dbefd8f12fc40aa11431e354eab3 /drivers/pci/hotplug/pciehp.h
parentPCI: pciehp: Remove assumptions about which commands cause completion events (diff)
downloadwireguard-linux-6c1a32e06758ba1c997f81a3c41e780cfc77b3c2.tar.xz
wireguard-linux-6c1a32e06758ba1c997f81a3c41e780cfc77b3c2.zip
PCI: pciehp: Remove struct controller.no_cmd_complete
"no_cmd_complete" is only used once, and it duplicates read-only information we already have in the cached Slot Capabilities value. Remove the field and use the existing macro NO_CMD_CMPL() instead. [bhelgaas: changelog] Signed-off-by: Rajat Jain <rajatxjain@gmail.com> Signed-off-by: Rajat Jain <rajatjain@juniper.net> Signed-off-by: Guenter Roeck <groeck@juniper.net> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/hotplug/pciehp.h')
-rw-r--r--drivers/pci/hotplug/pciehp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/pciehp.h b/drivers/pci/hotplug/pciehp.h
index c496258cd9a7..9e5a9fbb93d7 100644
--- a/drivers/pci/hotplug/pciehp.h
+++ b/drivers/pci/hotplug/pciehp.h
@@ -96,7 +96,6 @@ struct controller {
struct timer_list poll_timer;
unsigned long cmd_started; /* jiffies */
unsigned int cmd_busy:1;
- unsigned int no_cmd_complete:1;
unsigned int link_active_reporting:1;
unsigned int notification_enabled:1;
unsigned int power_fault_detected;