linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM MSM regression fixes
@ 2010-06-09 16:11 Daniel Walker
  0 siblings, 0 replies; only message in thread
From: Daniel Walker @ 2010-06-09 16:11 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-arm-msm

Hi Linus,

Here are two really simple regression fixes, one for mach-msm and the
other for the MSM mmc driver. They are both for compile failures. Both
appear to have been added during the merge window. There is one where
it's not clear how it was exposed but the fixes are both simple.

Daniel


The following changes since commit 386f40c86d6c8d5b717ef20620af1a750d0dacb4:

  Revert "tty: fix a little bug in scrup, vt.c" (2010-06-06 20:44:04 -0700)

are available in the git repository at:
  git://codeaurora.org/quic/kernel/dwalker/linux-msm.git msm-urgent

Daniel Walker (2):
      msm: dma: add completion.h header
      mmc: msm: fix compile error on MSM7x30

 arch/arm/mach-msm/dma.c  |    1 +
 drivers/mmc/host/Kconfig |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-msm/dma.c b/arch/arm/mach-msm/dma.c
index d029d1f..02cae5e 100644
--- a/arch/arm/mach-msm/dma.c
+++ b/arch/arm/mach-msm/dma.c
@@ -17,6 +17,7 @@
 #include <linux/err.h>
 #include <linux/io.h>
 #include <linux/interrupt.h>
+#include <linux/completion.h>
 #include <mach/dma.h>
 
 #define MSM_DMOV_CHANNEL_COUNT 16
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index e171e77..f06d06e 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -249,7 +249,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.



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-09 16:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-09 16:11 [GIT PULL] ARM MSM regression fixes Daniel Walker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).