mmc: msm_sdcc: Compile the driver for msm7x30
authorSahitya Tummala <stummala@codeaurora.org>
Thu, 29 Jul 2010 11:27:41 +0000 (16:57 +0530)
committerDaniel Walker <dwalker@codeaurora.org>
Mon, 9 Aug 2010 23:05:20 +0000 (16:05 -0700)
The controller base address is referred from platform
resource instead of using #defines. This fixes the
compilation error when driver is compiled for msm7x30.

Signed-off-by: Sahitya Tummala <stummala@codeaurora.org>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
drivers/mmc/host/Kconfig
drivers/mmc/host/msm_sdcc.c

index f06d06e7fdfa06683d883f26397ace3d9f63970e..e171e77f6129d8b80829099fabe0bdd1a8e25f71 100644 (file)
@@ -249,7 +249,7 @@ config MMC_IMX
 
 config MMC_MSM7X00A
        tristate "Qualcomm MSM 7X00A SDCC Controller Support"
-       depends on MMC && ARCH_MSM && !ARCH_MSM7X30
+       depends on MMC && ARCH_MSM
        help
          This provides support for the SD/MMC cell found in the
           MSM 7X00A controllers from Qualcomm.
index 57e00cffb26b6afd61faa8a5412b303ee2bf7f95..60e424ebce5b16704292202ec19c3d55be59fc66 100644 (file)
@@ -160,18 +160,7 @@ msmsdcc_stop_data(struct msmsdcc_host *host)
 
 uint32_t msmsdcc_fifo_addr(struct msmsdcc_host *host)
 {
-       switch (host->pdev_id) {
-       case 1:
-               return MSM_SDC1_PHYS + MMCIFIFO;
-       case 2:
-               return MSM_SDC2_PHYS + MMCIFIFO;
-       case 3:
-               return MSM_SDC3_PHYS + MMCIFIFO;
-       case 4:
-               return MSM_SDC4_PHYS + MMCIFIFO;
-       }
-       BUG();
-       return 0;
+       return host->memres->start + MMCIFIFO;
 }
 
 static inline void