From: Wolfram Sang Date: Fri, 17 Jun 2016 08:46:54 +0000 (+0200) Subject: staging: ks7010: collect all includes and sort them X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1c013a5ca630eba9ee532eaa77aa67ad4164c298;p=linux-beck.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ks7010/ks7010_sdio.c b/drivers/staging/ks7010/ks7010_sdio.c index 714f933a7d85..b3c98ebaec14 100644 --- a/drivers/staging/ks7010/ks7010_sdio.c +++ b/drivers/staging/ks7010/ks7010_sdio.c @@ -10,15 +10,15 @@ * published by the Free Software Foundation. */ -#include -#include +#include #include #include +#include +#include #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 static int ks79xx_upload_firmware(struct ks_wlan_private *priv, struct ks_sdio_card *card) {