summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanduranga <x0125717@ti.com>2010-08-03 20:24:11 +0530
committerPanduranga <x0125717@ti.com>2010-08-03 20:24:11 +0530
commit81b91734e0e54096500d9765f46dfd85e36dcbb7 (patch)
treeaf1bd29c8e8091de57f111c9b35459f862050415
parent2104180f4ccc1fe169c43cfad84fd1d5c83f717d (diff)
To temporarly disable the btsdio module which is not used by
Bluetooth. Since it is dependent on bluetooth and other modules; when sdio and tiwlan drivers are being loaded it is getting loaded and also bluetooth. To avoid this we are disabling this. Signed-off-by: Panduranga <x0125717@ti.com>
-rw-r--r--arch/arm/mach-omap2/hsmmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/hsmmc.c b/arch/arm/mach-omap2/hsmmc.c
index 925bbee9d797..14c70328df31 100644
--- a/arch/arm/mach-omap2/hsmmc.c
+++ b/arch/arm/mach-omap2/hsmmc.c
@@ -205,7 +205,7 @@ static struct omap_mmc_platform_data *hsmmc_data[OMAP44XX_NR_MMC] __initdata;
#ifdef CONFIG_TIWLAN_SDIO
static struct sdio_embedded_func wifi_func_array[] = {
{
- .f_class = SDIO_CLASS_WLAN,
+ .f_class = SDIO_CLASS_NONE,
.f_maxblksize = 512,
},
{