]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
batman-adv: Reorder includes for distributed-arp-table.c
authorSven Eckelmann <sven@narfation.org>
Wed, 16 Oct 2024 07:23:06 +0000 (09:23 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Thu, 5 Dec 2024 21:38:43 +0000 (22:38 +0100)
The commit 5f60d5f6bbc1 ("move asm/unaligned.h to linux/unaligned.h")
changed the include without adjusting the order (to match the rest of the
file).

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/distributed-arp-table.c

index 801eff8a40e5543ea136ae797ab340158b409825..48b72c2be09803e6b27961bb870ef47c70d79fa8 100644 (file)
@@ -7,7 +7,6 @@
 #include "distributed-arp-table.h"
 #include "main.h"
 
-#include <linux/unaligned.h>
 #include <linux/atomic.h>
 #include <linux/bitops.h>
 #include <linux/byteorder/generic.h>
@@ -32,6 +31,7 @@
 #include <linux/stddef.h>
 #include <linux/string.h>
 #include <linux/udp.h>
+#include <linux/unaligned.h>
 #include <linux/workqueue.h>
 #include <net/arp.h>
 #include <net/genetlink.h>