Skip to content

Commit a7d5100

Browse files
ecsvsimonwunderlich
authored andcommitted
batman-adv: Reorder includes for distributed-arp-table.c
The commit 5f60d5f ("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 <[email protected]> Signed-off-by: Simon Wunderlich <[email protected]>
1 parent 77a2143 commit a7d5100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/batman-adv/distributed-arp-table.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include "distributed-arp-table.h"
88
#include "main.h"
99

10-
#include <linux/unaligned.h>
1110
#include <linux/atomic.h>
1211
#include <linux/bitops.h>
1312
#include <linux/byteorder/generic.h>
@@ -32,6 +31,7 @@
3231
#include <linux/stddef.h>
3332
#include <linux/string.h>
3433
#include <linux/udp.h>
34+
#include <linux/unaligned.h>
3535
#include <linux/workqueue.h>
3636
#include <net/arp.h>
3737
#include <net/genetlink.h>

0 commit comments

Comments
 (0)