mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
batman-adv: Reorder includes for distributed-arp-table.c
The commit 5f60d5f6bb ("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>
This commit is contained in:
parent
77a214317a
commit
a7d5100ed0
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user