Skip to content

Commit

Permalink
RDMA/cm: Remove unused definition of RDMA_PS_SCTP
Browse files Browse the repository at this point in the history
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]>
Signed-off-by: Roland Dreier <[email protected]>
  • Loading branch information
shefty authored and Roland Dreier committed Feb 11, 2010
1 parent 676ad58 commit cf4f7e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/rdma/rdma_cm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cf4f7e8

Please sign in to comment.