Skip to content

Commit

Permalink
[IPV6]: Unexport secure_ipv6_port_ephemeral
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Apr 10, 2006
1 parent 503e4fa commit 30aaa15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/char/random.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 30aaa15

Please sign in to comment.