summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_wep.c
diff options
context:
space:
mode:
authorDilek Uzulmez2015-03-07 22:33:25 +0100
committerGreg Kroah-Hartman2015-03-09 13:36:22 +0100
commita429238b9afc35c90ad1c8cc584ff5b0023c1a59 (patch)
tree8cd263f93c21255bd4aece2d6324998129d6e64b /drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_wep.c
parentStaging: rtl8192u: Added #include <linux/string.h> instead of <asm/string.h> (diff)
downloadkernel-qcow2-linux-a429238b9afc35c90ad1c8cc584ff5b0023c1a59.tar.gz
kernel-qcow2-linux-a429238b9afc35c90ad1c8cc584ff5b0023c1a59.tar.xz
kernel-qcow2-linux-a429238b9afc35c90ad1c8cc584ff5b0023c1a59.zip
Staging: rtl8192u: Replace #include <asm/string.h>
The following patch fixes the checkpatch.pl warning: WARNING: Use #include <linux/string.h> instead of #include <asm/string.h> Signed-off-by: Dilek Uzulmez <dilekuzulmez@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_wep.c')
-rw-r--r--drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_wep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_wep.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_wep.c
index f651a187d6db..0a17f84bb809 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_wep.c
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_wep.c
@@ -14,7 +14,7 @@
#include <linux/slab.h>
#include <linux/random.h>
#include <linux/skbuff.h>
-#include <asm/string.h>
+#include <linux/string.h>
#include "ieee80211.h"