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>
This commit is contained in:
parent
7ac86bf61a
commit
f375d5588f
2 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
|
||||
#include <linux/types.h>
|
||||
#include <linux/jhash.h>
|
||||
#include <asm/unaligned.h>
|
||||
#include "ieee80211_i.h"
|
||||
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
* published by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#include <asm/unaligned.h>
|
||||
#include "mesh.h"
|
||||
|
||||
#define TEST_FRAME_LEN 8192
|
||||
|
|
Loading…
Reference in a new issue