diff options
Diffstat (limited to 'include/rdma/ib_verbs.h')
-rw-r--r-- | include/rdma/ib_verbs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index a4c3a09a91bc..ddc7c317e136 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h | |||
@@ -2539,6 +2539,9 @@ struct ib_device { | |||
2539 | 2539 | ||
2540 | struct module *owner; | 2540 | struct module *owner; |
2541 | struct device dev; | 2541 | struct device dev; |
2542 | /* First group for device attributes, NULL terminated array */ | ||
2543 | const struct attribute_group *groups[2]; | ||
2544 | |||
2542 | struct kobject *ports_parent; | 2545 | struct kobject *ports_parent; |
2543 | struct list_head port_list; | 2546 | struct list_head port_list; |
2544 | 2547 | ||