Commit 1c013a5c authored by Wolfram Sang's avatar Wolfram Sang Committed by Greg Kroah-Hartman

staging: ks7010: collect all includes and sort them

Includes probably need a driver-wide clean up, but for now let's at
least group all includes from the sdio file together.
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 30776cf9
...@@ -10,15 +10,15 @@ ...@@ -10,15 +10,15 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
#include <linux/workqueue.h> #include <linux/firmware.h>
#include <asm/atomic.h>
#include <linux/mmc/card.h> #include <linux/mmc/card.h>
#include <linux/mmc/sdio_func.h> #include <linux/mmc/sdio_func.h>
#include <linux/workqueue.h>
#include <asm/atomic.h>
#include "ks_wlan.h" #include "ks_wlan.h"
#include "ks_wlan_ioctl.h" #include "ks_wlan_ioctl.h"
#include "ks_hostif.h" #include "ks_hostif.h"
#include "ks7010_sdio.h" #include "ks7010_sdio.h"
#define KS7010_FUNC_NUM 1 #define KS7010_FUNC_NUM 1
...@@ -777,7 +777,6 @@ static int ks7010_sdio_data_compare(struct ks_wlan_private *priv, u32 address, ...@@ -777,7 +777,6 @@ static int ks7010_sdio_data_compare(struct ks_wlan_private *priv, u32 address,
return rc; return rc;
} }
#include <linux/firmware.h>
static int ks79xx_upload_firmware(struct ks_wlan_private *priv, static int ks79xx_upload_firmware(struct ks_wlan_private *priv,
struct ks_sdio_card *card) struct ks_sdio_card *card)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment