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>

-2
-2
include/rdma/ib_verbs.h
··· 900 int *pkey_tbl_len; 901 int *gid_tbl_len; 902 903 - u32 flags; 904 - 905 int num_comp_vectors; 906 907 struct iw_cm_verbs *iwcm;
··· 900 int *pkey_tbl_len; 901 int *gid_tbl_len; 902 903 int num_comp_vectors; 904 905 struct iw_cm_verbs *iwcm;