Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3df0fb4 authored by Adrian Hunter's avatar Adrian Hunter Committed by Tony Lindgren
Browse files

omap: Reconnect hsmmc context loss count



Call the PM context-loss count function, now that there
is a prototype for it.

Signed-off-by: default avatarAdrian Hunter <adrian.hunter@nokia.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 68ff0423
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
#include <mach/hardware.h>
#include <plat/control.h>
#include <plat/mmc.h>
#include <plat/omap-pm.h>

#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