Skip to content
Commit d7fb9c24 authored by Ulf Hansson's avatar Ulf Hansson
Browse files

mmc: sdhci-pltfm: Fix linking err for sdhci-brcmstb



The implementation of sdhci_pltfm_suspend() is only available when
CONFIG_PM_SLEEP is set, which triggers a linking error:

"undefined symbol: sdhci_pltfm_suspend" when building sdhci-brcmstb.c.

Fix this by implementing the missing stubs when CONFIG_PM_SLEEP is unset.

Reported-by: default avatarArnd Bergmann <arnd@arndb.de>
Suggested-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Fixes: 5b191dcb

 ("mmc: sdhci-brcmstb: Fix mmc timeout errors on S5 suspend")
Cc: stable@vger.kernel.org
Tested-By: default avatarNicolas Schichan <nschichan@freeebox.fr>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent f92e04f7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment