diff options
author | Sven Eckelmann <sven@narfation.org> | 2015-06-18 18:53:19 +0200 |
---|---|---|
committer | Antonio Quartulli <antonio@meshcoding.com> | 2015-08-25 00:12:20 +0200 |
commit | 2bdd1888f147576fb870a926a4d015305b5bbeee (patch) | |
tree | 769ed20af9bc0f0b67bc92ee38921cf80f4de6c8 /net/batman-adv/routing.h | |
parent | 383b863620aa5127200bff591f7465d593290997 (diff) | |
download | linux-2bdd1888f147576fb870a926a4d015305b5bbeee.tar.gz linux-2bdd1888f147576fb870a926a4d015305b5bbeee.tar.bz2 linux-2bdd1888f147576fb870a926a4d015305b5bbeee.zip |
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>
Diffstat (limited to 'net/batman-adv/routing.h')
-rw-r--r-- | net/batman-adv/routing.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/batman-adv/routing.h b/net/batman-adv/routing.h index 3c185a1fb7a9..204bbe4952a6 100644 --- a/net/batman-adv/routing.h +++ b/net/batman-adv/routing.h @@ -22,10 +22,6 @@ #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, |