projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dce239
)
dccp: clean up unused DCCP_STATE_MASK definition
author
Shan Wei
<shanwei@cn.fujitsu.com>
Wed, 19 Jan 2011 23:12:54 +0000
(23:12 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 21 Jan 2011 01:01:09 +0000
(17:01 -0800)
Remove unused DCCP_STATE_MASK macro.
Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Acked-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/dccp.h
patch
|
blob
|
history
diff --git
a/include/linux/dccp.h
b/include/linux/dccp.h
index
010e2d8
..
d638e85
100644
(file)
--- a/
include/linux/dccp.h
+++ b/
include/linux/dccp.h
@@
-279,8
+279,6
@@
enum dccp_state {
DCCP_MAX_STATES
};
-#define DCCP_STATE_MASK 0x1f
-
enum {
DCCPF_OPEN = TCPF_ESTABLISHED,
DCCPF_REQUESTING = TCPF_SYN_SENT,