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/sysfs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'net/batman-adv/sysfs.h') diff --git a/net/batman-adv/sysfs.h b/net/batman-adv/sysfs.h index 2294583f7cf9..61974428a7af 100644 --- a/net/batman-adv/sysfs.h +++ b/net/batman-adv/sysfs.h @@ -23,8 +23,6 @@ #include #include -struct batadv_priv; -struct batadv_softif_vlan; struct kobject; struct net_device; -- cgit v1.2.3