[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1274997955.10998.48.camel@c-dwalke-linux.qualcomm.com>
Date: Thu, 27 May 2010 15:05:55 -0700
From: Daniel Walker <dwalker@...eaurora.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org
Subject: [GIT PULL] MSM mmc_sdcc driver updates for 2.6.35-rc1
Linus,
Small fix for the msm-mmc_sdcc driver, fixing a compile failure with
MSM7x30.
Daniel
The following changes since commit 1cd2296909e77702c68021ede9d87a1d967a6a99:
drivers: mmc: msm_sdcc: Add EMBEDDED_SDIO support (2010-03-18 13:37:24 -0700)
are available in the git repository at:
git://codeaurora.org/quic/kernel/dwalker/linux-msm.git msm-mmc_sdcc
Daniel Walker (1):
mmc: msm: fix compile error on MSM7x30
drivers/mmc/host/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index ce1d288..6fc8eec 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -240,7 +240,7 @@ config MMC_IMX
config MMC_MSM7X00A
tristate "Qualcomm MSM 7X00A SDCC Controller Support"
- depends on MMC && ARCH_MSM
+ depends on MMC && ARCH_MSM && !ARCH_MSM7X30
help
This provides support for the SD/MMC cell found in the
MSM 7X00A controllers from Qualcomm.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists