Staging: rtl8192u: Added #include <linux/string.h> instead of <asm/string.h>
authorDilek Uzulmez <dilekuzulmez@gmail.com>
Sat, 7 Mar 2015 21:26:36 +0000 (23:26 +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_tkip.c

index 6201712e9c7d16fd3be87697fa6d1bc6592cb0b1..e815c81b45dc59551341c981685794c721939a5e 100644 (file)
@@ -17,7 +17,7 @@
 #include <linux/netdevice.h>
 #include <linux/if_ether.h>
 #include <linux/if_arp.h>
-#include <asm/string.h>
+#include <linux/string.h>
 
 #include "ieee80211.h"
 
This page took 0.024949 seconds and 5 git commands to generate.