aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/udp.c')
-rw-r--r--net/ipv6/udp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c
index 120aff9aa010..3477c919fcc8 100644
--- a/net/ipv6/udp.c
+++ b/net/ipv6/udp.c
@@ -120,7 +120,6 @@ static u32 udp6_portaddr_hash(const struct net *net,
120 return hash ^ port; 120 return hash ^ port;
121} 121}
122 122
123
124int udp_v6_get_port(struct sock *sk, unsigned short snum) 123int udp_v6_get_port(struct sock *sk, unsigned short snum)
125{ 124{
126 unsigned int hash2_nulladdr = 125 unsigned int hash2_nulladdr =
@@ -385,7 +384,6 @@ struct sock *udp6_lib_lookup(struct net *net, const struct in6_addr *saddr, __be
385} 384}
386EXPORT_SYMBOL_GPL(udp6_lib_lookup); 385EXPORT_SYMBOL_GPL(udp6_lib_lookup);
387 386
388
389/* 387/*
390 * This should be easy, if there is something there we 388 * This should be easy, if there is something there we
391 * return it, otherwise we block. 389 * return it, otherwise we block.
@@ -1555,7 +1553,6 @@ static struct inet_protosw udpv6_protosw = {
1555 .flags = INET_PROTOSW_PERMANENT, 1553 .flags = INET_PROTOSW_PERMANENT,
1556}; 1554};
1557 1555
1558
1559int __init udpv6_init(void) 1556int __init udpv6_init(void)
1560{ 1557{
1561 int ret; 1558 int ret;