diff options
author | Roland Dreier <rolandd@cisco.com> | 2010-03-02 08:51:54 +0100 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2010-03-02 08:51:54 +0100 |
commit | e8094e667aa89a7c455da1da9daf8a5ed063da8d (patch) | |
tree | fc10a7b7db6d13db5e0ecf9b0b92e849b7b8a7db /include/rdma | |
parent | IB/core: Pack struct ib_device a little tighter (diff) | |
parent | RDMA/cm: Remove unused definition of RDMA_PS_SCTP (diff) | |
download | linux-e8094e667aa89a7c455da1da9daf8a5ed063da8d.tar.xz linux-e8094e667aa89a7c455da1da9daf8a5ed063da8d.zip |
Merge branch 'cma' into for-next
Diffstat (limited to 'include/rdma')
-rw-r--r-- | 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 c6b2962315b3..4fae90304648 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 { |