Browse Source

RDMA/cm: Remove unused definition of RDMA_PS_SCTP

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 <sean.hefty@intel.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Sean Hefty 15 năm trước cách đây
mục cha
commit
cf4f7e8c47
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      include/rdma/rdma_cm.h

+ 0 - 1
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 {