1. 09 Aug, 2010 2 commits
  2. 23 Jun, 2010 1 commit
    • Daniel Walker's avatar
      mmc: msm: fix up build breakage on !PM · 08ecfde4
      Daniel Walker authored
      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: default avatarDaniel Walker <dwalker@codeaurora.org>
      08ecfde4
  3. 12 Jun, 2010 1 commit
  4. 11 Jun, 2010 34 commits
  5. 10 Jun, 2010 2 commits