summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/routing.h
diff options
context:
space:
mode:
authorSimon Wunderlich <siwu@hrz.tu-chemnitz.de>2010-12-29 16:15:19 +0000
committerSven Eckelmann <sven@narfation.org>2011-01-31 14:57:09 +0100
commit74ef115359f5beb565baddfb250f264d9177c108 (patch)
treeaec2314d58563f49438aee5eeeb94531d1815c15 /net/batman-adv/routing.h
parentae361ce19fa135035c6b83ac1f07090b72fd4b8f (diff)
downloadop-kernel-dev-74ef115359f5beb565baddfb250f264d9177c108.zip
op-kernel-dev-74ef115359f5beb565baddfb250f264d9177c108.tar.gz
batman-adv: remove unused parameters
Some function parameters are obsolete now and can be removed. Reported-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de> Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'net/batman-adv/routing.h')
-rw-r--r--net/batman-adv/routing.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/batman-adv/routing.h b/net/batman-adv/routing.h
index f108f23..725cc38 100644
--- a/net/batman-adv/routing.h
+++ b/net/batman-adv/routing.h
@@ -42,7 +42,6 @@ int recv_vis_packet(struct sk_buff *skb, struct batman_if *recv_if);
int recv_bat_packet(struct sk_buff *skb, struct batman_if *recv_if);
struct neigh_node *find_router(struct bat_priv *bat_priv,
struct orig_node *orig_node, struct batman_if *recv_if);
-void update_bonding_candidates(struct bat_priv *bat_priv,
- struct orig_node *orig_node);
+void update_bonding_candidates(struct orig_node *orig_node);
#endif /* _NET_BATMAN_ADV_ROUTING_H_ */
OpenPOWER on IntegriCloud