summaryrefslogtreecommitdiff
path: root/arch/arm64
diff options
context:
space:
mode:
authorHaibo Chen <haibo.chen@nxp.com>2017-02-27 17:07:28 +0800
committerAnson Huang <Anson.Huang@nxp.com>2017-06-08 21:00:22 +0800
commit17e81ac4da29d40d1a955570ea9b293ca47aefea (patch)
treef582509b736ff9917bdb8d63bafbc3b7d7b38213 /arch/arm64
parent556a1637e3cd2ce995e263764365feff88b513f0 (diff)
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>
Diffstat (limited to 'arch/arm64')
-rw-r--r--arch/arm64/configs/defconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index dab2cb0c1f1c..9419f33164d3 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -194,8 +194,7 @@ CONFIG_USB_NET_SMSC75XX=m
CONFIG_USB_NET_SMSC95XX=m
CONFIG_USB_NET_PLUSB=m
CONFIG_USB_NET_MCS7830=m
-CONFIG_WL18XX=m
-CONFIG_WLCORE_SDIO=m
+# CONFIG_WLAN_VENDOR_TI is not set
CONFIG_INPUT_EVDEV=y
CONFIG_KEYBOARD_GPIO=y
CONFIG_INPUT_MISC=y