浏览代码

IB/core: Remove unused struct ib_device.flags member

Avoid confusion about what it might mean, since it's never initialized.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
Roland Dreier 17 年之前
父节点
当前提交
5128bdc97a
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      include/rdma/ib_verbs.h

+ 0 - 2
include/rdma/ib_verbs.h

@@ -900,8 +900,6 @@ struct ib_device {
 	int                          *pkey_tbl_len;
 	int                          *gid_tbl_len;
 
-	u32                           flags;
-
 	int			      num_comp_vectors;
 
 	struct iw_cm_verbs	     *iwcm;