diff mbox

[v1,rdma-next,1/2] RDMA/CMA: remove RDMA_PS_SDP

Message ID 20180327180924.84C632BB78@smtp.opengridcomputing.com (mailing list archive)
State Accepted
Delegated to: Jason Gunthorpe
Headers show

Commit Message

Steve Wise March 27, 2018, 5:34 p.m. UTC
This is no longer supported, so remove it.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
---
 include/rdma/rdma_cm.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/include/rdma/rdma_cm.h b/include/rdma/rdma_cm.h
index 62caae8..7652efc 100644
--- a/include/rdma/rdma_cm.h
+++ b/include/rdma/rdma_cm.h
@@ -65,7 +65,6 @@  enum rdma_cm_event_type {
 const char *__attribute_const__ rdma_event_msg(enum rdma_cm_event_type event);
 
 enum rdma_port_space {
-	RDMA_PS_SDP   = 0x0001,
 	RDMA_PS_IPOIB = 0x0002,
 	RDMA_PS_IB    = 0x013F,
 	RDMA_PS_TCP   = 0x0106,