aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2008-02-08 14:47:26 -0800
committerRoland Dreier <rolandd@cisco.com>2008-02-08 14:47:26 -0800
commit5128bdc97a1018aacac2550cf73bda61041cc3b8 (patch)
treed9a953efea6e5cd391d19e2eac56fffdc01d60e9
parentIB/core: Add IP checksum offload support (diff)
downloadlinux-dev-5128bdc97a1018aacac2550cf73bda61041cc3b8.tar.xz
linux-dev-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>
-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 {
int *pkey_tbl_len;
int *gid_tbl_len;
- u32 flags;
-
int num_comp_vectors;
struct iw_cm_verbs *iwcm;