aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/hard-interface.h
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2011-01-27 13:16:08 +0100
committerSven Eckelmann <sven@narfation.org>2011-01-31 14:57:11 +0100
commitfb86d7648ffdfc8778db2cd70d4bc5c6093e04c5 (patch)
treee0820a3e8ed8b924a8baca47019f04a0fd373e5f /net/batman-adv/hard-interface.h
parentbatman-adv: Remove unused definitions (diff)
downloadlinux-dev-fb86d7648ffdfc8778db2cd70d4bc5c6093e04c5.tar.xz
linux-dev-fb86d7648ffdfc8778db2cd70d4bc5c6093e04c5.zip
batman-adv: Remove declaration of batman_skb_recv
batman_skb_recv can be defined in hard-interface.c as static because it is never used outside of that file. Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to '')
-rw-r--r--net/batman-adv/hard-interface.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/batman-adv/hard-interface.h b/net/batman-adv/hard-interface.h
index 30ec3b8db459..a42f5a461d9f 100644
--- a/net/batman-adv/hard-interface.h
+++ b/net/batman-adv/hard-interface.h
@@ -35,10 +35,6 @@ struct batman_if *get_batman_if_by_netdev(struct net_device *net_dev);
int hardif_enable_interface(struct batman_if *batman_if, char *iface_name);
void hardif_disable_interface(struct batman_if *batman_if);
void hardif_remove_interfaces(void);
-int batman_skb_recv(struct sk_buff *skb,
- struct net_device *dev,
- struct packet_type *ptype,
- struct net_device *orig_dev);
int hardif_min_mtu(struct net_device *soft_iface);
void update_min_mtu(struct net_device *soft_iface);