mmc: sdhci-msm: Fix fallout from sdhci refactoring
authorStephen Boyd <[email protected]>
Tue, 10 Jun 2014 18:27:19 +0000 (11:27 -0700)
committerUlf Hansson <[email protected]>
Thu, 12 Jun 2014 08:40:27 +0000 (10:40 +0200)
commited1761d7d8b83a632f34bfe6a636ceba85bfe8c8
tree8073d18312cfd5200b5590614cb7b0764c51c412
parent13fe0ec37ab7efc11cabb5b5cc112aa029712f7c
mmc: sdhci-msm: Fix fallout from sdhci refactoring

The sdhci core was refactored recently and some of those
refactorings required changes in every sdhci platform driver.
Those updates happened around the same time as when the msm
driver was merged so the refactorings missed the msm driver.
Hook in the basic library functions so that we can boot apq8074
dragonboards again instead of crashing when we try to jump to
NULL function pointers.

Reported-by: Kevin Hilman <[email protected]>
Cc: Georgi Djakov <[email protected]>
Cc: Russell King <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Acked-by: Kumar Gala <[email protected]>
Reviewed-by: Georgi Djakov <[email protected]>
Tested-by: Kevin Hilman <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
drivers/mmc/host/sdhci-msm.c