summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-01-13 05:03:55 -0800
committerDavid S. Miller <davem@nuts.davemloft.net>2005-01-13 05:03:55 -0800
commit901bc4af5890f9c1bd30993792ab8d2680a1c554 (patch)
tree5b13494ca410d21f412856ceccd5308b466fec50 /include
parent29eef9f9d004bd0f6f223259b81e9951f4ac84c5 (diff)
[DECNET]: Misc cleanups
- make needlessly global code static - dn_fib.c: remove the write-only global variable dn_fib_info_cnt - dn_fib.c: remove the unused global function dn_fib_rt_message - dn_neigh.c: remove the unused global function dn_neigh_pointopoint_notify - dn_timer.c: remove the fast timer code that isn't used Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/dn.h2
-rw-r--r--include/net/dn_fib.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/include/net/dn.h b/include/net/dn.h
index da2239862a1f..5e36492da13c 100644
--- a/include/net/dn.h
+++ b/include/net/dn.h
@@ -220,8 +220,6 @@ extern int dn_username2sockaddr(unsigned char *data, int len, struct sockaddr_dn
extern void dn_start_slow_timer(struct sock *sk);
extern void dn_stop_slow_timer(struct sock *sk);
-extern void dn_start_fast_timer(struct sock *sk);
-extern void dn_stop_fast_timer(struct sock *sk);
extern dn_address decnet_address;
extern int decnet_debug_level;
diff --git a/include/net/dn_fib.h b/include/net/dn_fib.h
index ac4ec455e81e..cd3c96d9601b 100644
--- a/include/net/dn_fib.h
+++ b/include/net/dn_fib.h
@@ -117,7 +117,6 @@ struct dn_fib_table {
extern void dn_fib_init(void);
extern void dn_fib_cleanup(void);
-extern int dn_fib_rt_message(struct sk_buff *skb);
extern int dn_fib_ioctl(struct socket *sock, unsigned int cmd,
unsigned long arg);
extern struct dn_fib_info *dn_fib_create_info(const struct rtmsg *r,