aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2008-02-08 17:47:26 -0500
committerRoland Dreier <rolandd@cisco.com>2008-02-08 17:47:26 -0500
commit5128bdc97a1018aacac2550cf73bda61041cc3b8 (patch)
treed9a953efea6e5cd391d19e2eac56fffdc01d60e9 /include/rdma
parente0605d9199b462454f2f2e5ca01810255a6d5cfa (diff)
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>
Diffstat (limited to 'include/rdma')
-rw-r--r--include/rdma/ib_verbs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h
index a5a7f9678ab8..701e7b40560a 100644
--- a/include/rdma/ib_verbs.h
+++ b/include/rdma/ib_verbs.h
@@ -900,8 +900,6 @@ struct ib_device {
900 int *pkey_tbl_len; 900 int *pkey_tbl_len;
901 int *gid_tbl_len; 901 int *gid_tbl_len;
902 902
903 u32 flags;
904
905 int num_comp_vectors; 903 int num_comp_vectors;
906 904
907 struct iw_cm_verbs *iwcm; 905 struct iw_cm_verbs *iwcm;