diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-11-20 19:56:48 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 00:26:15 -0500 |
commit | 89c89458152c4d387eeca6532b6e50780fc59f8b (patch) | |
tree | 3c893308b4da045b44a9df06300e3ff8a3ce38d8 /include/net/ipip.h | |
parent | 1459bb36b12ac52bde68d70e2ba7a6f1f2e8be17 (diff) |
[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 | |||
44 | } \ | 44 | } \ |
45 | } while (0) | 45 | } while (0) |
46 | 46 | ||
47 | |||
48 | extern int sit_init(void); | ||
49 | extern void sit_cleanup(void); | ||
50 | |||
51 | #endif | 47 | #endif |