Skip to content

Commit

Permalink
IB/core: Remove unused struct ib_device.flags member
Browse files Browse the repository at this point in the history
Avoid confusion about what it might mean, since it's never initialized.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
  • Loading branch information
Roland Dreier committed Feb 8, 2008
1 parent e0605d9 commit 5128bdc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/rdma/ib_verbs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5128bdc

Please sign in to comment.