projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
503e4fa
)
[IPV6]: Unexport secure_ipv6_port_ephemeral
author
Adrian Bunk
<bunk@stusta.de>
Mon, 10 Apr 2006 05:29:17 +0000
(22:29 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 10 Apr 2006 05:29:17 +0000
(22:29 -0700)
This patch removes the unused EXPORT_SYMBOL(secure_ipv6_port_ephemeral).
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/char/random.c
patch
|
blob
|
history
diff --git
a/drivers/char/random.c
b/drivers/char/random.c
index 86be04b241e1b5c9fb5dd477f7766b47629af604..58f3512c52e16f1b92de5307c9e482a1ccf5b91f 100644
(file)
--- a/
drivers/char/random.c
+++ b/
drivers/char/random.c
@@
-1584,7
+1584,6
@@
u32 secure_ipv6_port_ephemeral(const __u32 *saddr, const __u32 *daddr, __u16 dpo
return twothirdsMD4Transform(daddr, hash);
}
-EXPORT_SYMBOL(secure_ipv6_port_ephemeral);
#endif
#if defined(CONFIG_IP_DCCP) || defined(CONFIG_IP_DCCP_MODULE)