diff options
Diffstat (limited to 'drivers/pci/hotplug/pciehp.h')
-rw-r--r-- | drivers/pci/hotplug/pciehp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/hotplug/pciehp.h b/drivers/pci/hotplug/pciehp.h index 17167d594472..927dba9911ed 100644 --- a/drivers/pci/hotplug/pciehp.h +++ b/drivers/pci/hotplug/pciehp.h | |||
@@ -100,6 +100,7 @@ struct controller { | |||
100 | u16 vendor_id; | 100 | u16 vendor_id; |
101 | u8 cap_base; | 101 | u8 cap_base; |
102 | struct timer_list poll_timer; | 102 | struct timer_list poll_timer; |
103 | volatile int cmd_busy; | ||
103 | }; | 104 | }; |
104 | 105 | ||
105 | #define INT_BUTTON_IGNORE 0 | 106 | #define INT_BUTTON_IGNORE 0 |