From f8427cc348faaa40aedd8c4c3f5599c39309f1c7 Mon Sep 17 00:00:00 2001 From: Adrian Hunter Date: Mon, 15 Feb 2010 10:03:34 -0800 Subject: [PATCH] --- yaml --- r: 184712 b: refs/heads/master c: e3df0fb4132fff8717cb0c08403c12138fd3ae39 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/hsmmc.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 2e74c180eba8..ecc8bc46275f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 68ff04231ce9128d400f47762ae3c921be79cd49 +refs/heads/master: e3df0fb4132fff8717cb0c08403c12138fd3ae39 diff --git a/trunk/arch/arm/mach-omap2/hsmmc.c b/trunk/arch/arm/mach-omap2/hsmmc.c index 2ba0d55c323d..cc7e77f09268 100644 --- a/trunk/arch/arm/mach-omap2/hsmmc.c +++ b/trunk/arch/arm/mach-omap2/hsmmc.c @@ -16,6 +16,7 @@ #include #include #include +#include #include "hsmmc.h" @@ -34,8 +35,7 @@ static struct hsmmc_controller { static int hsmmc_get_context_loss(struct device *dev) { - /* FIXME: PM DPS not implemented yet */ - return 0; + return omap_pm_get_dev_context_loss_count(dev); } #else