diff options
| -rw-r--r-- | drivers/pci/hotplug/pciehp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/pciehp.h b/drivers/pci/hotplug/pciehp.h index d17233ae06f5..e3a1e7e7dba2 100644 --- a/drivers/pci/hotplug/pciehp.h +++ b/drivers/pci/hotplug/pciehp.h | |||
| @@ -97,7 +97,7 @@ struct controller { | |||
| 97 | u32 slot_cap; | 97 | u32 slot_cap; |
| 98 | u8 cap_base; | 98 | u8 cap_base; |
| 99 | struct timer_list poll_timer; | 99 | struct timer_list poll_timer; |
| 100 | volatile int cmd_busy; | 100 | int cmd_busy; |
| 101 | unsigned int no_cmd_complete:1; | 101 | unsigned int no_cmd_complete:1; |
| 102 | }; | 102 | }; |
| 103 | 103 | ||
