aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-08-15 02:55:20 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-22 17:54:40 -0400
commit2aa7f36cdb332a32849afbf25fcbf35dce5b1940 (patch)
treedcf6403b12dbd2b37148a6e8abca74b3ceb36019 /include
parent50da859d4e566fba90ebda87b843970d902c903e (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 'include')
-rw-r--r--include/net/dn_fib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/dn_fib.h b/include/net/dn_fib.h
index d97aa10c463..f01626cbbed 100644
--- a/include/net/dn_fib.h
+++ b/include/net/dn_fib.h
@@ -131,9 +131,6 @@ extern __le16 dn_fib_get_attr16(struct rtattr *attr, int attrlen, int type);
131extern void dn_fib_flush(void); 131extern void dn_fib_flush(void);
132extern void dn_fib_select_multipath(const struct flowi *fl, 132extern void dn_fib_select_multipath(const struct flowi *fl,
133 struct dn_fib_res *res); 133 struct dn_fib_res *res);
134extern int dn_fib_sync_down(__le16 local, struct net_device *dev,
135 int force);
136extern int dn_fib_sync_up(struct net_device *dev);
137 134
138/* 135/*
139 * dn_tables.c 136 * dn_tables.c