From: Sergio Paracuellos Date: Thu, 19 Apr 2018 05:08:03 +0000 (+0200) Subject: staging: ks7010: review includes of ks_wlan_net.c file X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8a4e6ab3f544f409b1ec6e3d7ebb47a598afb929;p=openwrt%2Fstaging%2Fblogic.git staging: ks7010: review includes of ks_wlan_net.c file This commit reviews really needed includes in ks_wlan_net.c source file. It removes those which are not needed at all. It also reorder the remaining ones in alphabetical order. Signed-off-by: Sergio Paracuellos Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ks7010/ks_wlan_net.c b/drivers/staging/ks7010/ks_wlan_net.c index 74946e964a25..c53a61458bf2 100644 --- a/drivers/staging/ks7010/ks_wlan_net.c +++ b/drivers/staging/ks7010/ks_wlan_net.c @@ -9,23 +9,11 @@ * published by the Free Software Foundation. */ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include #include -#include -#include -#include +#include +#include #include -#include -#include #include static int wep_on_off;