]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ipv6: remove redundant declarations
authorEric Dumazet <edumazet@google.com>
Thu, 5 Jul 2012 20:34:35 +0000 (20:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Jul 2012 06:40:28 +0000 (23:40 -0700)
remove redundant declarations, they belong in include/net/tcp.h

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/syncookies.c

index 8e951d8d3b814e6eefc2583ee054f5a85b75ba91..7bf3cc427c28c63f71b8495be54b2138bfbb3359 100644 (file)
@@ -21,9 +21,6 @@
 #include <net/ipv6.h>
 #include <net/tcp.h>
 
-extern int sysctl_tcp_syncookies;
-extern __u32 syncookie_secret[2][16-4+SHA_DIGEST_WORDS];
-
 #define COOKIEBITS 24  /* Upper bits store count */
 #define COOKIEMASK (((__u32)1 << COOKIEBITS) - 1)