Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41789
b: refs/heads/master
c: 89c8945
h: refs/heads/master
i:
  41787: 744f63d
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Dec 3, 2006
1 parent a276168 commit db9a1dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1459bb36b12ac52bde68d70e2ba7a6f1f2e8be17
refs/heads/master: 89c89458152c4d387eeca6532b6e50780fc59f8b
4 changes: 0 additions & 4 deletions trunk/include/net/ipip.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,4 @@ struct ip_tunnel
} \
} while (0)


extern int sit_init(void);
extern void sit_cleanup(void);

#endif
4 changes: 2 additions & 2 deletions trunk/net/ipv6/sit.c
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ static void __exit sit_destroy_tunnels(void)
}
}

void __exit sit_cleanup(void)
static void __exit sit_cleanup(void)
{
inet_del_protocol(&sit_protocol, IPPROTO_IPV6);

Expand All @@ -819,7 +819,7 @@ void __exit sit_cleanup(void)
rtnl_unlock();
}

int __init sit_init(void)
static int __init sit_init(void)
{
int err;

Expand Down

0 comments on commit db9a1dd

Please sign in to comment.