From: Denis V. Lunev Date: Tue, 11 Dec 2007 12:18:41 +0000 (-0800) Subject: [AF_UNIX]: Remove unused declaration of sysctl_unix_max_dgram_qlen. X-Git-Tag: v2.6.25-rc1~1162^2~1152 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=27147c9e6e8316af91dea487aa2c14b18dcff4cf;p=karo-tx-linux.git [AF_UNIX]: Remove unused declaration of sysctl_unix_max_dgram_qlen. Signed-off-by: Denis V. Lunev Signed-off-by: David S. Miller --- diff --git a/include/net/af_unix.h b/include/net/af_unix.h index e0fba269d092..2dfa96b0575e 100644 --- a/include/net/af_unix.h +++ b/include/net/af_unix.h @@ -59,7 +59,6 @@ struct unix_sock { #define unix_sk(__sk) ((struct unix_sock *)__sk) #ifdef CONFIG_SYSCTL -extern int sysctl_unix_max_dgram_qlen; extern int unix_sysctl_register(struct net *net); extern void unix_sysctl_unregister(struct net *net); #else