提交 8433b143 编写于 作者: Y YAMANE Toshiaki 提交者: Greg Kroah-Hartman

staging/rtl8187se: Fix include file issue in ieee80211/ieee80211_crypt_ccmp.c

The following warnings fixed.
- WARNING: Use #include <linux/string.h> instead of <asm/string.h>
Signed-off-by: NYAMANE Toshiaki <yamanetoshi@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 e3b9b6cf
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include <linux/netdevice.h> #include <linux/netdevice.h>
#include <linux/if_ether.h> #include <linux/if_ether.h>
#include <linux/if_arp.h> #include <linux/if_arp.h>
#include <asm/string.h> #include <linux/string.h>
#include <linux/wireless.h> #include <linux/wireless.h>
#include "ieee80211.h" #include "ieee80211.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册