Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

asm/unaligned.h doesn't work well as the very first include

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Al Viro and committed by
Linus Torvalds
f375d558 7ac86bf6

+1 -1
+1
net/mac80211/mesh.h
··· 13 13 14 14 #include <linux/types.h> 15 15 #include <linux/jhash.h> 16 + #include <asm/unaligned.h> 16 17 #include "ieee80211_i.h" 17 18 18 19
-1
net/mac80211/mesh_hwmp.c
··· 7 7 * published by the Free Software Foundation. 8 8 */ 9 9 10 - #include <asm/unaligned.h> 11 10 #include "mesh.h" 12 11 13 12 #define TEST_FRAME_LEN 8192