summaryrefslogtreecommitdiff
path: root/drivers/staging/ks7010/ks_wlan.h
diff options
context:
space:
mode:
authorSergio Paracuellos <sergio.paracuellos@gmail.com>2018-04-19 07:08:04 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-23 14:32:05 +0200
commit549f625c856163202c16cd7228d6bdf290953ba7 (patch)
treeff0254e61fd0772431800b52b7df0ffc76641266 /drivers/staging/ks7010/ks_wlan.h
parent8a4e6ab3f544f409b1ec6e3d7ebb47a598afb929 (diff)
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 <sergio.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ks7010/ks_wlan.h')
-rw-r--r--drivers/staging/ks7010/ks_wlan.h19
1 files changed, 4 insertions, 15 deletions
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 <linux/interrupt.h>
-#include <linux/kernel.h>
-#include <linux/module.h>
-
-#include <linux/spinlock.h> /* spinlock_t */
-#include <linux/sched.h> /* wait_queue_head_t */
-#include <linux/types.h> /* pid_t */
-#include <linux/netdevice.h> /* struct net_device_stats, struct sk_buff */
-#include <linux/etherdevice.h>
-#include <linux/wireless.h>
#include <linux/atomic.h> /* struct atomic_t */
-#include <linux/timer.h> /* struct timer_list */
-#include <linux/string.h>
#include <linux/completion.h> /* struct completion */
-#include <linux/workqueue.h>
-
-#include <linux/io.h>
+#include <linux/netdevice.h> /* struct net_device_stats, struct sk_buff */
+#include <linux/sched.h> /* wait_queue_head_t */
+#include <linux/spinlock.h> /* spinlock_t */
+#include <linux/wireless.h>
#include "ks7010_sdio.h"