diff options
Diffstat (limited to 'drivers/infiniband/hw/cxgb4/iw_cxgb4.h')
-rw-r--r-- | drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/cxgb4/iw_cxgb4.h b/drivers/infiniband/hw/cxgb4/iw_cxgb4.h index a6269981e815..277ab589b44d 100644 --- a/drivers/infiniband/hw/cxgb4/iw_cxgb4.h +++ b/drivers/infiniband/hw/cxgb4/iw_cxgb4.h | |||
@@ -152,6 +152,7 @@ struct c4iw_dev { | |||
152 | struct list_head entry; | 152 | struct list_head entry; |
153 | struct delayed_work db_drop_task; | 153 | struct delayed_work db_drop_task; |
154 | struct dentry *debugfs_root; | 154 | struct dentry *debugfs_root; |
155 | u8 registered; | ||
155 | }; | 156 | }; |
156 | 157 | ||
157 | static inline struct c4iw_dev *to_c4iw_dev(struct ib_device *ibdev) | 158 | static inline struct c4iw_dev *to_c4iw_dev(struct ib_device *ibdev) |