summaryrefslogtreecommitdiffstats
path: root/net/ieee80211/ieee80211_crypt_wep.c
diff options
context:
space:
mode:
authorAl Viro2006-12-04 05:15:30 +0100
committerAl Viro2006-12-04 08:00:34 +0100
commitd7fe0f241dceade9c8d4af75498765c5ff7f27e6 (patch)
tree442ab13842a548ef56904d11fd574c98fee14e69 /net/ieee80211/ieee80211_crypt_wep.c
parent[PATCH] severing skbuff.h -> poll.h (diff)
downloadkernel-qcow2-linux-d7fe0f241dceade9c8d4af75498765c5ff7f27e6.tar.gz
kernel-qcow2-linux-d7fe0f241dceade9c8d4af75498765c5ff7f27e6.tar.xz
kernel-qcow2-linux-d7fe0f241dceade9c8d4af75498765c5ff7f27e6.zip
[PATCH] severing skbuff.h -> mm.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'net/ieee80211/ieee80211_crypt_wep.c')
-rw-r--r--net/ieee80211/ieee80211_crypt_wep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ieee80211/ieee80211_crypt_wep.c b/net/ieee80211/ieee80211_crypt_wep.c
index 1b2efff11d39..7a95c3d81314 100644
--- a/net/ieee80211/ieee80211_crypt_wep.c
+++ b/net/ieee80211/ieee80211_crypt_wep.c
@@ -15,6 +15,7 @@
#include <linux/slab.h>
#include <linux/random.h>
#include <linux/skbuff.h>
+#include <linux/mm.h>
#include <asm/string.h>
#include <net/ieee80211.h>