Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5128bdc97a1018aacac2550cf73bda61041cc3b8
Commit: 5128bdc97a1018aacac2550cf73bda61041cc3b8
Parent: e0605d9199b462454f2f2e5ca01810255a6d5cfa
Author: Roland Dreier <[EMAIL PROTECTED]>
AuthorDate: Fri Feb 8 14:47:26 2008 -0800
Committer: Roland Dreier <[EMAIL PROTECTED]>
CommitDate: Fri Feb 8 14:47:26 2008 -0800
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 <[EMAIL PROTECTED]>
---
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 a5a7f96..701e7b4 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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html