Skip to content

Commit

Permalink
asm/unaligned.h doesn't work well as the very first include
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Apr 27, 2008
1 parent 7ac86bf commit f375d55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions net/mac80211/mesh.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

#include <linux/types.h>
#include <linux/jhash.h>
#include <asm/unaligned.h>
#include "ieee80211_i.h"


Expand Down
1 change: 0 additions & 1 deletion net/mac80211/mesh_hwmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* published by the Free Software Foundation.
*/

#include <asm/unaligned.h>
#include "mesh.h"

#define TEST_FRAME_LEN 8192
Expand Down

0 comments on commit f375d55

Please sign in to comment.