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

index f470cb601c899fd4f2bf1be3be911ff3aeaf3d84..32177c62e440aee80381c35c6095fb66be73c882 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 <linux/wireless.h>
 
 #include "ieee80211.h"
This page took 0.025454 seconds and 5 git commands to generate.