]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
RDMA/netlink: Remove unused data structure
authorLeon Romanovsky <leonro@mellanox.com>
Sun, 10 Mar 2019 15:27:45 +0000 (17:27 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Fri, 29 Mar 2019 18:06:38 +0000 (15:06 -0300)
Delete structure which is not connected due to removal in commit
cited in Fixes line.

Fixes: a78e8723a505 ("RDMA/cma: Remove CM_ID statistics provided by rdma-cm module")
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
include/uapi/rdma/rdma_netlink.h

index 9bba001a734746a0616ba349e88db0100d805501..3a231a989974a67e387f1fc0b48bece05ed5e9c6 100644 (file)
@@ -49,17 +49,6 @@ enum {
        RDMA_NL_IWPM_NUM_OPS
 };
 
-struct rdma_cm_id_stats {
-       __u32   qp_num;
-       __u32   bound_dev_if;
-       __u32   port_space;
-       __s32   pid;
-       __u8    cm_state;
-       __u8    node_type;
-       __u8    port_num;
-       __u8    qp_type;
-};
-
 enum {
        IWPM_NLA_REG_PID_UNSPEC = 0,
        IWPM_NLA_REG_PID_SEQ,