summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_hwmp.c
diff options
context:
space:
mode:
authorJohannes Berg2012-02-20 11:38:41 +0100
committerJohn W. Linville2012-02-27 20:06:32 +0100
commitd26ad3771fe7405bf80d736cae9ba4c706a7b1d8 (patch)
treed6c071ed6e30802ab9c70a655b03c60d2af5a3ff /net/mac80211/mesh_hwmp.c
parentmac80211: remove redundant monitor_work enqueueing (diff)
downloadkernel-qcow2-linux-d26ad3771fe7405bf80d736cae9ba4c706a7b1d8.tar.gz
kernel-qcow2-linux-d26ad3771fe7405bf80d736cae9ba4c706a7b1d8.tar.xz
kernel-qcow2-linux-d26ad3771fe7405bf80d736cae9ba4c706a7b1d8.zip
mac80211: clean up asm/unaligned.h inclusion
Some files implicitly get this via mesh.h which itself doesn't need it, so move the inclusion into the right files. Some other files don't need it at all but include it, so remove it from there. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/mesh_hwmp.c')
-rw-r--r--net/mac80211/mesh_hwmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/mesh_hwmp.c b/net/mac80211/mesh_hwmp.c
index c27dec904963..31bc762f209d 100644
--- a/net/mac80211/mesh_hwmp.c
+++ b/net/mac80211/mesh_hwmp.c
@@ -8,6 +8,7 @@
*/
#include <linux/slab.h>
+#include <asm/unaligned.h>
#include "wme.h"
#include "mesh.h"