1. 24 6月, 2010 1 次提交
    • D
      mmc: msm: fix up build breakage on !PM · 08ecfde4
      Daniel Walker 提交于
      with PM disabled I get the following compile error,
      
      drivers/built-in.o: In function `msmsdcc_resume':
      linux-2.6/drivers/mmc/host/msm_sdcc.c:1352: undefined reference to `mmc_resume_host'
      drivers/built-in.o: In function `msmsdcc_suspend':
      linux-2.6/drivers/mmc/host/msm_sdcc.c:1330: undefined reference to `mmc_suspend_host'
      
      This adds ifdefs around the suspend/resume functions to prevent this.
      Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
      08ecfde4
  2. 12 6月, 2010 27 次提交
  3. 11 6月, 2010 12 次提交