The omap2_hsmmc_info structure provides a way for board files to specify if an external transciever exists for the mmc module. So get rid of the assumption based on external clock. Signed-off-by: Rajendra Nayak <rnayak@xxxxxx> Cc: Balaji TK <balajitk@xxxxxx> Cc: Venkatraman S <svenkatr@xxxxxx> --- arch/arm/mach-omap2/hsmmc.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/hsmmc.c b/arch/arm/mach-omap2/hsmmc.c index 0133b29..0aa4587 100644 --- a/arch/arm/mach-omap2/hsmmc.c +++ b/arch/arm/mach-omap2/hsmmc.c @@ -387,8 +387,6 @@ static int omap_hsmmc_pdata_init(struct omap2_hsmmc_info *c, mmc->select_input_clk_src = hsmmc1_select_input_clk_src; break; case 2: - if (c->ext_clock) - c->transceiver = 1; if (c->transceiver && (c->caps & MMC_CAP_8_BIT_DATA)) { c->caps &= ~MMC_CAP_8_BIT_DATA; c->caps |= MMC_CAP_4_BIT_DATA; -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html