[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4D37FC96.9000407@cn.fujitsu.com>
Date: Thu, 20 Jan 2011 17:12:54 +0800
From: Shan Wei <shanwei@...fujitsu.com>
To: acme@...stprotocols.net, dccp@...r.kernel.org,
Network-Maillist <netdev@...r.kernel.org>,
David Miller <davem@...emloft.net>,
Gerrit Renker <gerrit@....abdn.ac.uk>
Subject: [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK definition
Remove unused DCCP_STATE_MASK macro.
Signed-off-by: Shan Wei <shanwei@...fujitsu.com>
---
include/linux/dccp.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/include/linux/dccp.h b/include/linux/dccp.h
index 010e2d8..d638e85 100644
--- 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,
--
1.6.3.3
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists