commit | bed53ea7fef37820b7c92ad74feff1b817c6aae3 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Sat Aug 26 20:06:49 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Sep 22 15:18:22 2006 -0700 |
tree | 6cacd897edc7a0308d89c2d239d75df5f8624277 | |
parent | 25030a7f9eeab2dcefff036469e0e2b4f956198f [diff] [blame] |
[UDP]: Mark udp_port_rover static. It is not referenced outside of net/ipv4/udp.c any longer. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c index 7552b50..aa18230 100644 --- a/net/ipv4/udp.c +++ b/net/ipv4/udp.c
@@ -118,8 +118,7 @@ struct hlist_head udp_hash[UDP_HTABLE_SIZE]; DEFINE_RWLOCK(udp_hash_lock); -/* Shared by v4/v6 udp_get_port */ -int udp_port_rover; +static int udp_port_rover; static inline int udp_lport_inuse(u16 num) {