Przeglądaj źródła

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>
Roland Dreier 17 lat temu
rodzic
commit
5128bdc97a
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      include/rdma/ib_verbs.h

+ 0 - 2
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;