From: David S. Miller Date: Sun, 27 Aug 2006 03:06:49 +0000 (-0700) Subject: [UDP]: Mark udp_port_rover static. X-Git-Tag: v2.6.19-rc1~1272^2~104 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=bed53ea7fef37820b7c92ad74feff1b817c6aae3;p=linux-2.6-omap-h63xx.git [UDP]: Mark udp_port_rover static. It is not referenced outside of net/ipv4/udp.c any longer. Signed-off-by: David S. Miller --- diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c index 7552b50bcd8..aa1823050b0 100644 --- a/net/ipv4/udp.c +++ b/net/ipv4/udp.c @@ -118,8 +118,7 @@ DEFINE_SNMP_STAT(struct udp_mib, udp_statistics) __read_mostly; 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) {