mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
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: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
30776cf921
commit
1c013a5ca6
@ -10,15 +10,15 @@
|
||||
* published by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#include <linux/workqueue.h>
|
||||
#include <asm/atomic.h>
|
||||
#include <linux/firmware.h>
|
||||
#include <linux/mmc/card.h>
|
||||
#include <linux/mmc/sdio_func.h>
|
||||
#include <linux/workqueue.h>
|
||||
#include <asm/atomic.h>
|
||||
|
||||
#include "ks_wlan.h"
|
||||
#include "ks_wlan_ioctl.h"
|
||||
#include "ks_hostif.h"
|
||||
|
||||
#include "ks7010_sdio.h"
|
||||
|
||||
#define KS7010_FUNC_NUM 1
|
||||
@ -777,7 +777,6 @@ static int ks7010_sdio_data_compare(struct ks_wlan_private *priv, u32 address,
|
||||
return rc;
|
||||
}
|
||||
|
||||
#include <linux/firmware.h>
|
||||
static int ks79xx_upload_firmware(struct ks_wlan_private *priv,
|
||||
struct ks_sdio_card *card)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user