From: Sven Eckelmann Date: Wed, 16 Oct 2024 07:23:06 +0000 (+0200) Subject: batman-adv: Reorder includes for distributed-arp-table.c X-Git-Tag: v6.14-rc1~162^2~18^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7d5100ed0099a9f21b796017908cc7ece5332e4;p=thirdparty%2Fkernel%2Flinux.git batman-adv: Reorder includes for distributed-arp-table.c 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 Signed-off-by: Simon Wunderlich --- diff --git a/net/batman-adv/distributed-arp-table.c b/net/batman-adv/distributed-arp-table.c index 801eff8a40e55..48b72c2be0980 100644 --- a/net/batman-adv/distributed-arp-table.c +++ b/net/batman-adv/distributed-arp-table.c @@ -7,7 +7,6 @@ #include "distributed-arp-table.h" #include "main.h" -#include #include #include #include @@ -32,6 +31,7 @@ #include #include #include +#include #include #include #include