From 549f625c856163202c16cd7228d6bdf290953ba7 Mon Sep 17 00:00:00 2001 From: Sergio Paracuellos Date: Thu, 19 Apr 2018 07:08:04 +0200 Subject: staging: ks7010: review includes of ks_wlan.h file This commit reviews includes of ks_wlan.h header file. It removes those which are not being used at all. It also reorder remaining ones in alphabetical order. The linux/module.h include file has been moved to the correct file which is ks7010_sdio.c in order to be able to compile the driver without problems. Signed-off-by: Sergio Paracuellos Signed-off-by: Greg Kroah-Hartman --- drivers/staging/ks7010/ks7010_sdio.c | 1 + drivers/staging/ks7010/ks_wlan.h | 19 ++++--------------- 2 files changed, 5 insertions(+), 15 deletions(-) (limited to 'drivers/staging/ks7010') diff --git a/drivers/staging/ks7010/ks7010_sdio.c b/drivers/staging/ks7010/ks7010_sdio.c index 84243275cf11..81394ba0f186 100644 --- a/drivers/staging/ks7010/ks7010_sdio.c +++ b/drivers/staging/ks7010/ks7010_sdio.c @@ -10,6 +10,7 @@ * published by the Free Software Foundation. */ +#include #include #include #include diff --git a/drivers/staging/ks7010/ks_wlan.h b/drivers/staging/ks7010/ks_wlan.h index efda12258d44..e15fa46bf213 100644 --- a/drivers/staging/ks7010/ks_wlan.h +++ b/drivers/staging/ks7010/ks_wlan.h @@ -14,23 +14,12 @@ #define WPS -#include -#include -#include - -#include /* spinlock_t */ -#include /* wait_queue_head_t */ -#include /* pid_t */ -#include /* struct net_device_stats, struct sk_buff */ -#include -#include #include /* struct atomic_t */ -#include /* struct timer_list */ -#include #include /* struct completion */ -#include - -#include +#include /* struct net_device_stats, struct sk_buff */ +#include /* wait_queue_head_t */ +#include /* spinlock_t */ +#include #include "ks7010_sdio.h" -- cgit v1.2.3