From 3919a085cc51a295da3e1c2799024f2e27ebb624 Mon Sep 17 00:00:00 2001 From: naveenk Date: Fri, 20 Apr 2012 16:01:34 +0530 Subject: arm: tegra: kai: code cleanup For kai we are not using embedded_sdio this patch removes embedded_sdio_data Bug 932086 Change-Id: Id787803094b6baa39c02bb65bead04d819d04b23 Reviewed-on: http://git-master/r/97884 Tested-by: Naveen Kumar Arepalli Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Bitan Biswas --- arch/arm/mach-tegra/board-kai-sdhci.c | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'arch') diff --git a/arch/arm/mach-tegra/board-kai-sdhci.c b/arch/arm/mach-tegra/board-kai-sdhci.c index bef7dfaa19b2..2a346fa20d4c 100644 --- a/arch/arm/mach-tegra/board-kai-sdhci.c +++ b/arch/arm/mach-tegra/board-kai-sdhci.c @@ -101,29 +101,10 @@ static struct resource sdhci_resource3[] = { }, }; -#ifdef CONFIG_MMC_EMBEDDED_SDIO -static struct embedded_sdio_data embedded_sdio_data2 = { - .cccr = { - .sdio_vsn = 2, - .multi_block = 1, - .low_speed = 0, - .wide_bus = 0, - .high_power = 1, - .high_speed = 1, - }, - .cis = { - .vendor = 0x0097, - .device = 0x4076, - }, -}; -#endif static struct tegra_sdhci_platform_data tegra_sdhci_platform_data2 = { .mmc_data = { .register_status_notify = kai_wifi_status_register, -#ifdef CONFIG_MMC_EMBEDDED_SDIO - /* .embedded_sdio = &embedded_sdio_data2, */ -#endif .built_in = 0, }, #ifndef CONFIG_MMC_EMBEDDED_SDIO -- cgit v1.2.3