diff options
Diffstat (limited to 'drivers/thunderbolt/tb.h')
-rw-r--r-- | drivers/thunderbolt/tb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thunderbolt/tb.h b/drivers/thunderbolt/tb.h index 8bbdc2bc4d09..508abc426563 100644 --- a/drivers/thunderbolt/tb.h +++ b/drivers/thunderbolt/tb.h | |||
@@ -100,6 +100,7 @@ struct tb { | |||
100 | struct tb_ctl *ctl; | 100 | struct tb_ctl *ctl; |
101 | struct workqueue_struct *wq; /* ordered workqueue for plug events */ | 101 | struct workqueue_struct *wq; /* ordered workqueue for plug events */ |
102 | struct tb_switch *root_switch; | 102 | struct tb_switch *root_switch; |
103 | struct list_head tunnel_list; /* list of active PCIe tunnels */ | ||
103 | bool hotplug_active; /* | 104 | bool hotplug_active; /* |
104 | * tb_handle_hotplug will stop progressing plug | 105 | * tb_handle_hotplug will stop progressing plug |
105 | * events and exit if this is not set (it needs to | 106 | * events and exit if this is not set (it needs to |