diff options
author | Roland Dreier <rolandd@cisco.com> | 2008-02-08 14:47:26 -0800 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-02-08 14:47:26 -0800 |
commit | 5128bdc97a1018aacac2550cf73bda61041cc3b8 (patch) | |
tree | d9a953efea6e5cd391d19e2eac56fffdc01d60e9 /include/rdma | |
parent | e0605d9199b462454f2f2e5ca01810255a6d5cfa (diff) | |
download | linux-3.10-5128bdc97a1018aacac2550cf73bda61041cc3b8.tar.gz linux-3.10-5128bdc97a1018aacac2550cf73bda61041cc3b8.tar.bz2 linux-3.10-5128bdc97a1018aacac2550cf73bda61041cc3b8.zip |
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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index a5a7f9678ab..701e7b40560 100644 --- a/include/rdma/ib_verbs.h +++ b/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; |