batman-adv: Remove batadv_ types forward declarations
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>
This commit is contained in:

committed by
Antonio Quartulli

parent
383b863620
commit
2bdd1888f1
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user