mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
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>
This commit is contained in:
parent
e0605d9199
commit
5128bdc97a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user