summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8187se
diff options
context:
space:
mode:
authorYAMANE Toshiaki <yamanetoshi@gmail.com>2012-11-20 21:13:17 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-21 14:00:00 -0800
commit4de389bd055033d2841761ce48b6a4aaab7b5c58 (patch)
tree0c7877e948d767521d317d1e85f79772565a11ad /drivers/staging/rtl8187se
parent937afb70a09d87afa07831bc5ba951a1b8fb3c9b (diff)
downloadop-kernel-dev-4de389bd055033d2841761ce48b6a4aaab7b5c58.zip
op-kernel-dev-4de389bd055033d2841761ce48b6a4aaab7b5c58.tar.gz
staging/rtl8187se: Fix include file issue in ieee80211/ieee80211_crypt_wep.c
The following warning fixed. - WARNING: Use #include <linux/string.h> instead of <asm/string.h> Signed-off-by: YAMANE Toshiaki <yamanetoshi@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8187se')
-rw-r--r--drivers/staging/rtl8187se/ieee80211/ieee80211_crypt_wep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8187se/ieee80211/ieee80211_crypt_wep.c b/drivers/staging/rtl8187se/ieee80211/ieee80211_crypt_wep.c
index 58f3eeb..c0effee 100644
--- a/drivers/staging/rtl8187se/ieee80211/ieee80211_crypt_wep.c
+++ b/drivers/staging/rtl8187se/ieee80211/ieee80211_crypt_wep.c
@@ -15,7 +15,7 @@
#include <linux/slab.h>
#include <linux/random.h>
#include <linux/skbuff.h>
-#include <asm/string.h>
+#include <linux/string.h>
#include "ieee80211.h"
OpenPOWER on IntegriCloud