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 449f2f1350a52c34db4b77d6427bd930b80000c7..025152b3428239128da1958807bd0cbfaaec60c0 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;
 
index 187acdc85dfaf2e69458372cf85381f253c21499..80ab8d6f0ab3c0e70cb468bc9dc2c8d7e8e17815 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <linux/kconfig.h>
 
-struct batadv_hard_iface;
 struct net_device;
 
 #define BATADV_DEBUGFS_SUBDIR "batman_adv"
index bd5c812cebf48ffdc2f1f4153e9dbaa2a25367bf..ab893e3182292b5b67ec9fb821aaae9157c79913 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <linux/types.h>
 
-struct batadv_priv;
 struct net_device;
 
 enum batadv_gw_modes {
index 7de7fce4b48cad21a03a207fc3564d789c74abe7..e937143f0b102d36682f30b778c06a24d1c876a5 100644 (file)
@@ -23,7 +23,6 @@
 #include <linux/types.h>
 
 struct batadv_icmp_header;
-struct batadv_priv;
 
 #define BATADV_ICMP_SOCKET "socket"
 
index beb6e56c624af0c583e30d96c996e200625fa4e9..8f3cb04b9f13f3e56b360781afc238dc64aeb27a 100644 (file)
@@ -20,8 +20,6 @@
 
 #include "main.h"
 
-struct batadv_orig_node;
-struct batadv_priv;
 struct sk_buff;
 
 /**
index 5b79aa8c64c1f87c823d20e2366a2352d4b0e30e..8f6d4ad8778ade1766f026e8bbd520ce37a95451 100644 (file)
 
 #include <linux/types.h>
 
-struct batadv_nc_node;
-struct batadv_neigh_node;
 struct batadv_ogm_packet;
-struct batadv_orig_node;
-struct batadv_priv;
 struct net_device;
 struct seq_file;
 struct sk_buff;
index 3c185a1fb7a947596d3c188a93a87ecd9beb41e4..204bbe4952a6d27848f78fd932b8c077baea8382 100644 (file)
 
 #include <linux/types.h>
 
-struct batadv_hard_iface;
-struct batadv_neigh_node;
-struct batadv_orig_node;
-struct batadv_priv;
 struct sk_buff;
 
 bool batadv_check_management_packet(struct sk_buff *skb,
index 33ef6fc1030d96b2621a9987ed5fd4d5db24792c..82059f259e4682d52997eb1a0f8692c627569ec9 100644 (file)
@@ -25,9 +25,6 @@
 
 #include "packet.h"
 
-struct batadv_hard_iface;
-struct batadv_orig_node;
-struct batadv_priv;
 struct sk_buff;
 struct work_struct;
 
index 578e8a663c302fd409c99948e12b8adf98f38397..8e82176f40b1f4f5705f4b213b94f2971f885ac8 100644 (file)
 
 #include <net/rtnetlink.h>
 
-struct batadv_hard_iface;
-struct batadv_orig_node;
-struct batadv_priv;
-struct batadv_softif_vlan;
 struct net_device;
 struct sk_buff;
 
index 2294583f7cf98defd1589544fa8ac2b2efa5b99a..61974428a7af3c9c9494f25f57d52fd2811bc923 100644 (file)
@@ -23,8 +23,6 @@
 #include <linux/sysfs.h>
 #include <linux/types.h>
 
-struct batadv_priv;
-struct batadv_softif_vlan;
 struct kobject;
 struct net_device;
 
index 9b82d5dd56e040e0ea351bb5fa6591dded5ac277..abd8e116e5fb0dad0ca4bd74d18ad8e77490d024 100644 (file)
@@ -22,8 +22,6 @@
 
 #include <linux/types.h>
 
-struct batadv_orig_node;
-struct batadv_priv;
 struct net_device;
 struct seq_file;