projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0605d9
)
IB/core: Remove unused struct ib_device.flags member
author
Roland Dreier
<rolandd@cisco.com>
Fri, 8 Feb 2008 22:47:26 +0000
(14:47 -0800)
committer
Roland Dreier
<rolandd@cisco.com>
Fri, 8 Feb 2008 22:47:26 +0000
(14:47 -0800)
Avoid confusion about what it might mean, since it's never initialized.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
include/rdma/ib_verbs.h
patch
|
blob
|
blame
|
history
diff --git
a/include/rdma/ib_verbs.h
b/include/rdma/ib_verbs.h
index a5a7f9678ab8d4060f5bdf6342dbcb1d42173bf6..701e7b40560ae8b4e0ff83af131d88592b143eef 100644
(file)
--- 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;