diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-11-20 16:56:48 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-02 21:26:15 -0800 |
commit | 89c89458152c4d387eeca6532b6e50780fc59f8b (patch) | |
tree | 3c893308b4da045b44a9df06300e3ff8a3ce38d8 /include/net/ipip.h | |
parent | 1459bb36b12ac52bde68d70e2ba7a6f1f2e8be17 (diff) | |
download | linux-89c89458152c4d387eeca6532b6e50780fc59f8b.tar.gz linux-89c89458152c4d387eeca6532b6e50780fc59f8b.tar.xz |
[IPV6] net/ipv6/sit.c: make 2 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 'include/net/ipip.h')
-rw-r--r-- | include/net/ipip.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/ipip.h b/include/net/ipip.h index 84058858eea7..7cdc914322f0 100644 --- a/include/net/ipip.h +++ b/include/net/ipip.h @@ -44,8 +44,4 @@ struct ip_tunnel } \ } while (0) - -extern int sit_init(void); -extern void sit_cleanup(void); - #endif |