MLK-14276-1 mmc: sdio: remove compile warning
authorHaibo Chen <haibo.chen@nxp.com>
Mon, 27 Feb 2017 09:07:28 +0000 (17:07 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:10:47 +0000 (15:10 -0500)
commit6ef1722a5d73b69cc333c052912ebc3126af6f0a
tree20c5b86578a360ee7da5b13b7eb6d8d1f8130f7a
parent4019134dd3fa09f4b5638cfab6c40e41a12686a7
MLK-14276-1 mmc: sdio: remove compile warning

Remove the TI wifi from defconfig and include the head file host.h
which contain the definition of struct mmc_host to avoid the following
compile warning:

In file included from drivers/net/wireless/ti/wlcore/sdio.c:28:0:
./include/linux/mmc/sdio.h:193:35: warning: 'struct mmc_host' declared inside parameter list
 void mmc_sdio_force_remove(struct mmc_host *host);
                                    ^
./include/linux/mmc/sdio.h:193:35: warning: its scope is only this definition or declaration, which is probably not what you want

Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
arch/arm64/configs/defconfig
include/linux/mmc/sdio.h