Staging: rtl8192u: Replace #include <asm/string.h>
authorDilek Uzulmez <dilekuzulmez@gmail.com>
Sat, 7 Mar 2015 21:33:25 +0000 (23:33 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Mar 2015 12:36:22 +0000 (13:36 +0100)
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>
drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_wep.c

index f651a187d6dbe22bbeda415fa07888025754d280..0a17f84bb809124ffe050eccff359b9cf927aa6c 100644 (file)
@@ -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"
 
This page took 0.025542 seconds and 5 git commands to generate.