B.A.T.M.A.N Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Wunderlich <sw@simonwunderlich.de>
To: kuba@kernel.org, davem@davemloft.net
Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org,
	Sven Eckelmann <sven@narfation.org>,
	Simon Wunderlich <sw@simonwunderlich.de>
Subject: [PATCH 02/10] batman-adv: Reorder includes for distributed-arp-table.c
Date: Fri, 17 Jan 2025 13:39:02 +0100	[thread overview]
Message-ID: <20250117123910.219278-3-sw@simonwunderlich.de> (raw)
In-Reply-To: <20250117123910.219278-1-sw@simonwunderlich.de>

From: Sven Eckelmann <sven@narfation.org>

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 | 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 801eff8a40e5..48b72c2be098 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 <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>
-- 
2.39.5


  parent reply	other threads:[~2025-01-17 12:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-17 12:39 [PATCH 00/10] pull request for net-next: batman-adv 2025-01-17 Simon Wunderlich
2025-01-17 12:39 ` [PATCH 01/10] batman-adv: Start new development cycle Simon Wunderlich
2025-01-19  2:10   ` patchwork-bot+netdevbpf
2025-01-17 12:39 ` Simon Wunderlich [this message]
2025-01-17 12:39 ` [PATCH 03/10] batman-adv: Remove atomic usage for tt.local_changes Simon Wunderlich
2025-01-17 12:39 ` [PATCH 04/10] batman-adv: Don't keep redundant TT change events Simon Wunderlich
2025-01-17 12:39 ` [PATCH 05/10] batman-adv: Map VID 0 to untagged TT VLAN Simon Wunderlich
2025-01-17 12:39 ` [PATCH 06/10] MAINTAINERS: update email address of Marek Linder Simon Wunderlich
2025-01-17 12:39 ` [PATCH 07/10] mailmap: add entries for Simon Wunderlich Simon Wunderlich
2025-01-17 12:39 ` [PATCH 08/10] mailmap: add entries for Sven Eckelmann Simon Wunderlich
2025-01-17 12:39 ` [PATCH 09/10] MAINTAINERS: mailmap: add entries for Antonio Quartulli Simon Wunderlich
2025-01-17 12:39 ` [PATCH 10/10] batman-adv: netlink: reduce duplicate code by returning interfaces Simon Wunderlich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250117123910.219278-3-sw@simonwunderlich.de \
    --to=sw@simonwunderlich.de \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=sven@narfation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox