diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-08-15 02:55:20 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-22 17:54:40 -0400 |
commit | 2aa7f36cdb332a32849afbf25fcbf35dce5b1940 (patch) | |
tree | dcf6403b12dbd2b37148a6e8abca74b3ceb36019 /net/decnet/dn_rules.c | |
parent | 50da859d4e566fba90ebda87b843970d902c903e (diff) |
[DECNET]: cleanups
- make the following needlessly global functions static:
- dn_fib.c: dn_fib_sync_down()
- dn_fib.c: dn_fib_sync_up()
- dn_rules.c: dn_fib_rule_action()
- remove the following unneeded prototype:
- dn_fib.c: dn_cache_dump()
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/decnet/dn_rules.c')
-rw-r--r-- | net/decnet/dn_rules.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/decnet/dn_rules.c b/net/decnet/dn_rules.c index 977bb56c3ce4..50e819edf8c7 100644 --- a/net/decnet/dn_rules.c +++ b/net/decnet/dn_rules.c | |||
@@ -75,8 +75,8 @@ int dn_fib_lookup(struct flowi *flp, struct dn_fib_res *res) | |||
75 | return err; | 75 | return err; |
76 | } | 76 | } |
77 | 77 | ||
78 | int dn_fib_rule_action(struct fib_rule *rule, struct flowi *flp, int flags, | 78 | static int dn_fib_rule_action(struct fib_rule *rule, struct flowi *flp, |
79 | struct fib_lookup_arg *arg) | 79 | int flags, struct fib_lookup_arg *arg) |
80 | { | 80 | { |
81 | int err = -EAGAIN; | 81 | int err = -EAGAIN; |
82 | struct dn_fib_table *tbl; | 82 | struct dn_fib_table *tbl; |