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
@@ -23,7 +23,6 @@
|
||||
#include <linux/types.h>
|
||||
|
||||
struct batadv_icmp_header;
|
||||
struct batadv_priv;
|
||||
|
||||
#define BATADV_ICMP_SOCKET "socket"
|
||||
|
||||
|
Reference in New Issue
Block a user