summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
diff options
context:
space:
mode:
authorAdrian Bunk2005-11-30 01:28:56 +0100
committerDavid S. Miller2005-11-30 01:28:56 +0100
commit34a0b3cdc078746788ffc49e56da0db62b8b6ea4 (patch)
tree9505e971ed1f001a96c372f0c6c5ebe1ced87d14 /net/ipv6/ip6_output.c
parent[NETFILTER] ipv4: small cleanups (diff)
downloadkernel-qcow2-linux-34a0b3cdc078746788ffc49e56da0db62b8b6ea4.tar.gz
kernel-qcow2-linux-34a0b3cdc078746788ffc49e56da0db62b8b6ea4.tar.xz
kernel-qcow2-linux-34a0b3cdc078746788ffc49e56da0db62b8b6ea4.zip
[IPV6]: make two functions static
This patch makes two needlessly global functions static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/ip6_output.c')
-rw-r--r--net/ipv6/ip6_output.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c
index c1fa693511a1..8523c76ebf76 100644
--- a/net/ipv6/ip6_output.c
+++ b/net/ipv6/ip6_output.c
@@ -774,7 +774,8 @@ out_err_release:
*dst = NULL;
return err;
}
-inline int ip6_ufo_append_data(struct sock *sk,
+
+static inline int ip6_ufo_append_data(struct sock *sk,
int getfrag(void *from, char *to, int offset, int len,
int odd, struct sk_buff *skb),
void *from, int length, int hh_len, int fragheaderlen,