summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/bat_v_elp.h
diff options
context:
space:
mode:
authorSven Eckelmann2016-05-15 11:07:42 +0200
committerSimon Wunderlich2016-06-30 10:29:43 +0200
commitfcafa5e74b42a182a5bcc5c7f94ca026d4e5f06e (patch)
tree28ec3f19b48840bb80bdca518ab62915518bc37a /net/batman-adv/bat_v_elp.h
parentbatman-adv: Include main.h in bat_v_ogm.h (diff)
downloadkernel-qcow2-linux-fcafa5e74b42a182a5bcc5c7f94ca026d4e5f06e.tar.gz
kernel-qcow2-linux-fcafa5e74b42a182a5bcc5c7f94ca026d4e5f06e.tar.xz
kernel-qcow2-linux-fcafa5e74b42a182a5bcc5c7f94ca026d4e5f06e.zip
batman-adv: Keep includes ordered by filename
It is easier to detect if a include is already there for a used functionality when the includes are ordered. Using an alphabetic order together with the grouping in commit 1e2c2a4fe4a5 ("batman-adv: Add required includes to all files") makes includes better manageable. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/batman-adv/bat_v_elp.h')
-rw-r--r--net/batman-adv/bat_v_elp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/batman-adv/bat_v_elp.h b/net/batman-adv/bat_v_elp.h
index cc130b2d05e5..be17c0b1369e 100644
--- a/net/batman-adv/bat_v_elp.h
+++ b/net/batman-adv/bat_v_elp.h
@@ -15,11 +15,11 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
-#include "main.h"
-
#ifndef _NET_BATMAN_ADV_BAT_V_ELP_H_
#define _NET_BATMAN_ADV_BAT_V_ELP_H_
+#include "main.h"
+
struct sk_buff;
struct work_struct;