summaryrefslogtreecommitdiff
path: root/drivers/staging/ks7010/ks7010_sdio.c
diff options
context:
space:
mode:
authorSergio Paracuellos <sergio.paracuellos@gmail.com>2018-04-19 08:08:04 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-23 15:32:05 +0300
commit549f625c856163202c16cd7228d6bdf290953ba7 (patch)
treeff0254e61fd0772431800b52b7df0ffc76641266 /drivers/staging/ks7010/ks7010_sdio.c
parent8a4e6ab3f544f409b1ec6e3d7ebb47a598afb929 (diff)
downloadlinux-549f625c856163202c16cd7228d6bdf290953ba7.tar.xz
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/ks7010_sdio.c')
-rw-r--r--drivers/staging/ks7010/ks7010_sdio.c1
1 files changed, 1 insertions, 0 deletions
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 <linux/module.h>
#include <linux/circ_buf.h>
#include <linux/firmware.h>
#include <linux/mmc/card.h>