From a7d5100ed0099a9f21b796017908cc7ece5332e4 Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Wed, 16 Oct 2024 09:23:06 +0200 Subject: [PATCH] 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 --- net/batman-adv/distributed-arp-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5