Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34442
b: refs/heads/master
c: 0298f36
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Sep 22, 2006
1 parent 7a76f52 commit 88518de
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: 8423a9aadfaa135fd5fd1ab8bbd4a1e76b4143c9
refs/heads/master: 0298f36a579b5bd7f10f6f6d57e5929977a865a1
1 change: 0 additions & 1 deletion trunk/include/net/ip_fib.h
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ extern struct fib_table *fib_hash_init(int id);
extern int fib4_rules_dump(struct sk_buff *skb, struct netlink_callback *cb);

extern void __init fib4_rules_init(void);
extern void __exit fib4_rules_cleanup(void);

#ifdef CONFIG_NET_CLS_ROUTE
extern u32 fib_rules_tclass(struct fib_result *res);
Expand Down
5 changes: 0 additions & 5 deletions trunk/net/ipv4/fib_rules.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,3 @@ void __init fib4_rules_init(void)

fib_rules_register(&fib4_rules_ops);
}

void __exit fib4_rules_cleanup(void)
{
fib_rules_unregister(&fib4_rules_ops);
}

0 comments on commit 88518de

Please sign in to comment.