diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2012-08-26 03:45:21 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-09-07 21:03:40 +0200 |
commit | 760a6a958c5f537277c6b7bbcad0dfe37a5d3d9c (patch) | |
tree | a66e95e3793f57d46877fe4229a114436b9b2463 /drivers/net/wireless | |
parent | wl3501_cs: use is_broadcast_ether_addr() instead of memcmp() (diff) | |
download | linux-760a6a958c5f537277c6b7bbcad0dfe37a5d3d9c.tar.xz linux-760a6a958c5f537277c6b7bbcad0dfe37a5d3d9c.zip |
wl18xx: remove duplicated include from main.c
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/ti/wl18xx/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/main.c b/drivers/net/wireless/ti/wl18xx/main.c index 69042bb9a097..31cf6eba3a9e 100644 --- a/drivers/net/wireless/ti/wl18xx/main.c +++ b/drivers/net/wireless/ti/wl18xx/main.c @@ -30,7 +30,6 @@ #include "../wlcore/acx.h" #include "../wlcore/tx.h" #include "../wlcore/rx.h" -#include "../wlcore/io.h" #include "../wlcore/boot.h" #include "reg.h" |