diff options
author | Al Viro <viro@ZenIV.linux.org.uk> | 2008-04-27 01:19:18 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-27 13:09:32 -0400 |
commit | f375d5588ff62caf31b4a68ac9347c153ac56590 (patch) | |
tree | 9e437de73f189afd4c4a8294a6617684cb21e9af /net/mac80211/mesh.h | |
parent | 7ac86bf61ad570a2ef642a3f7e72274570ace9c4 (diff) |
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/mac80211/mesh.h')
-rw-r--r-- | net/mac80211/mesh.h | 1 |
1 files changed, 1 insertions, 0 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 @@ | |||
13 | 13 | ||
14 | #include <linux/types.h> | 14 | #include <linux/types.h> |
15 | #include <linux/jhash.h> | 15 | #include <linux/jhash.h> |
16 | #include <asm/unaligned.h> | ||
16 | #include "ieee80211_i.h" | 17 | #include "ieee80211_i.h" |
17 | 18 | ||
18 | 19 | ||