From: Al Viro Date: Sun, 27 Apr 2008 05:19:18 +0000 (+0100) Subject: asm/unaligned.h doesn't work well as the very first include X-Git-Tag: v2.6.26-rc1~1033 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f375d5588ff62caf31b4a68ac9347c153ac56590;p=linux-2.6 asm/unaligned.h doesn't work well as the very first include Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/net/mac80211/mesh.h b/net/mac80211/mesh.h index 742003d3a8..9ee3affab3 100644 --- a/net/mac80211/mesh.h +++ b/net/mac80211/mesh.h @@ -13,6 +13,7 @@ #include #include +#include #include "ieee80211_i.h" diff --git a/net/mac80211/mesh_hwmp.c b/net/mac80211/mesh_hwmp.c index 02de8f1522..3df809222d 100644 --- a/net/mac80211/mesh_hwmp.c +++ b/net/mac80211/mesh_hwmp.c @@ -7,7 +7,6 @@ * published by the Free Software Foundation. */ -#include #include "mesh.h" #define TEST_FRAME_LEN 8192