summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2004-09-07 23:39:10 -0700
committerDavid S. Miller <davem@nuts.davemloft.net>2004-09-07 23:39:10 -0700
commit9237f1c063226ee6b12f3a9f38ae029400f02391 (patch)
tree8f37cd7e87aa6b795052c6403b2f133065a324c6 /include/linux
parentb6eeb1e525be68e87e762946786788c4256a7054 (diff)
[IPV6]: Remove secure_ipv6_id, unused.
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/random.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/random.h b/include/linux/random.h
index 9ccb52fa0a01..068875bf9601 100644
--- a/include/linux/random.h
+++ b/include/linux/random.h
@@ -67,8 +67,6 @@ extern __u32 check_tcp_syn_cookie(__u32 cookie, __u32 saddr,
extern __u32 secure_tcpv6_sequence_number(__u32 *saddr, __u32 *daddr,
__u16 sport, __u16 dport);
-extern __u32 secure_ipv6_id(__u32 *daddr);
-
#ifndef MODULE
extern struct file_operations random_fops, urandom_fops;
#endif