batman-adv: Remove batadv_ types forward declarations
authorSven Eckelmann <sven@narfation.org>
Thu, 18 Jun 2015 16:53:19 +0000 (18:53 +0200)
committerAntonio Quartulli <antonio@meshcoding.com>
Mon, 24 Aug 2015 22:12:20 +0000 (00:12 +0200)
main.h is included in every file and is the only way to access types.h.
This makes forward declarations for all types defined in types.h
unnecessary.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
net/batman-adv/bridge_loop_avoidance.h
net/batman-adv/debugfs.h
net/batman-adv/gateway_common.h
net/batman-adv/icmp_socket.h
net/batman-adv/multicast.h
net/batman-adv/network-coding.h
net/batman-adv/routing.h
net/batman-adv/send.h
net/batman-adv/soft-interface.h
net/batman-adv/sysfs.h
net/batman-adv/translation-table.h

index 449f2f1..025152b 100644 (file)
@@ -22,9 +22,6 @@
 
 #include <linux/types.h>
 
-struct batadv_hard_iface;
-struct batadv_orig_node;
-struct batadv_priv;
 struct seq_file;
 struct sk_buff;
 
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge