[NET/IPv4]: Make udp_push_pending_frames static
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Wed, 15 Nov 2006 08:44:49 +0000 (00:44 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:23:47 +0000 (21:23 -0800)
udp_push_pending_frames is only referenced within
net/ipv4/udp.c and hence can remain static.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/udp.c

index dc19ba1..7eb76fb 100644 (file)
@@ -448,7 +448,7 @@ static void udp4_hwcsum_outgoing(struct sock *sk, struct sk_buff *skb,
 /*
  * Push out all pending data as one UDP datagram. Socket is locked.
  */
-int udp_push_pending_frames(struct sock *sk, struct udp_sock *up)
+static int udp_push_pending_frames(struct sock *sk, struct udp_sock *up)
 {
        struct inet_sock *inet = inet_sk(sk);
        struct flowi *fl = &inet->cork.fl;