From 2bdd1888f147576fb870a926a4d015305b5bbeee Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Thu, 18 Jun 2015 18:53:19 +0200 Subject: 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 Signed-off-by: Marek Lindner Signed-off-by: Antonio Quartulli --- net/batman-adv/soft-interface.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'net/batman-adv/soft-interface.h') diff --git a/net/batman-adv/soft-interface.h b/net/batman-adv/soft-interface.h index 578e8a663c30..8e82176f40b1 100644 --- a/net/batman-adv/soft-interface.h +++ b/net/batman-adv/soft-interface.h @@ -22,10 +22,6 @@ #include -struct batadv_hard_iface; -struct batadv_orig_node; -struct batadv_priv; -struct batadv_softif_vlan; struct net_device; struct sk_buff; -- cgit v1.2.3