The defined SCTP number is incorrect (0x83, rather than 0x84), and since it is not used anywhere, simply remove the definition.
Signed-off-by: Sean Hefty <[email protected]> --- include/rdma/rdma_cm.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/rdma/rdma_cm.h b/include/rdma/rdma_cm.h index c6b2962..4fae903 100644 --- a/include/rdma/rdma_cm.h +++ b/include/rdma/rdma_cm.h @@ -67,7 +67,6 @@ enum rdma_port_space { RDMA_PS_IPOIB = 0x0002, RDMA_PS_TCP = 0x0106, RDMA_PS_UDP = 0x0111, - RDMA_PS_SCTP = 0x0183 }; struct rdma_addr { -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
