projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
676ad58
)
RDMA/cm: Remove unused definition of RDMA_PS_SCTP
author
Sean Hefty
<sean.hefty@intel.com>
Thu, 11 Feb 2010 23:40:25 +0000
(15:40 -0800)
committer
Roland Dreier
<rolandd@cisco.com>
Thu, 11 Feb 2010 23:40:25 +0000
(15:40 -0800)
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>
include/rdma/rdma_cm.h
patch
|
blob
|
blame
|
history
diff --git
a/include/rdma/rdma_cm.h
b/include/rdma/rdma_cm.h
index c6b2962315b35a8029764be212992daf6783f1b9..4fae903046483f7882cebfeea6777ee43dd37038 100644
(file)
--- 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 {