diff options
author | Al Viro <viro@ZenIV.linux.org.uk> | 2008-04-27 06:19:18 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-27 10:09:32 -0700 |
commit | f375d5588ff62caf31b4a68ac9347c153ac56590 (patch) | |
tree | 9e437de73f189afd4c4a8294a6617684cb21e9af /net | |
parent | 7ac86bf61ad570a2ef642a3f7e72274570ace9c4 (diff) | |
download | linux-f375d5588ff62caf31b4a68ac9347c153ac56590.tar.gz linux-f375d5588ff62caf31b4a68ac9347c153ac56590.tar.bz2 linux-f375d5588ff62caf31b4a68ac9347c153ac56590.zip |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/mac80211/mesh.h | 1 | ||||
-rw-r--r-- | net/mac80211/mesh_hwmp.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mesh.h b/net/mac80211/mesh.h index 742003d3a841..9ee3affab346 100644 --- a/net/mac80211/mesh.h +++ b/net/mac80211/mesh.h @@ -13,6 +13,7 @@ #include <linux/types.h> #include <linux/jhash.h> +#include <asm/unaligned.h> #include "ieee80211_i.h" diff --git a/net/mac80211/mesh_hwmp.c b/net/mac80211/mesh_hwmp.c index 02de8f1522a3..3df809222d1c 100644 --- a/net/mac80211/mesh_hwmp.c +++ b/net/mac80211/mesh_hwmp.c @@ -7,7 +7,6 @@ * published by the Free Software Foundation. */ -#include <asm/unaligned.h> #include "mesh.h" #define TEST_FRAME_LEN 8192 |