summaryrefslogtreecommitdiffstats
path: root/include/linux/inet_diag.h
diff options
context:
space:
mode:
authorPavel Emelyanov2011-12-15 03:42:42 +0100
committerDavid S. Miller2011-12-16 19:48:27 +0100
commite7c466e58eb1ff9bf49c2f3902622dc11a8c7022 (patch)
tree3b946527f5d7f9a014245c3d421c87c3b3a966ff /include/linux/inet_diag.h
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (diff)
downloadkernel-qcow2-linux-e7c466e58eb1ff9bf49c2f3902622dc11a8c7022.tar.gz
kernel-qcow2-linux-e7c466e58eb1ff9bf49c2f3902622dc11a8c7022.tar.xz
kernel-qcow2-linux-e7c466e58eb1ff9bf49c2f3902622dc11a8c7022.zip
sock_diag: Move the SOCK_DIAG_BY_FAMILY cmd declaration
It should belong to sock_diag, not inet_diag. Signed-off-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/inet_diag.h')
-rw-r--r--include/linux/inet_diag.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/inet_diag.h b/include/linux/inet_diag.h
index 78972a149dff..a27e62178d43 100644
--- a/include/linux/inet_diag.h
+++ b/include/linux/inet_diag.h
@@ -6,7 +6,6 @@
/* Just some random number */
#define TCPDIAG_GETSOCK 18
#define DCCPDIAG_GETSOCK 19
-#define SOCK_DIAG_BY_FAMILY 20
#define INET_DIAG_GETSOCK_MAX 24