]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/af_unix.h
[AF_UNIX]: Remove unused declaration of sysctl_unix_max_dgram_qlen.
[linux-2.6-omap-h63xx.git] / include / net / af_unix.h
index e0fba269d092234b77f722d39cde870c06fce4ad..2dfa96b0575e638233475bd7af33a457319dd1c9 100644 (file)
@@ -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