On Tue, Jan 26, 2021 at 10:52 AM Ulf Hansson <ulf.hansson@xxxxxxxxxx> wrote: > > 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: Arnd Bergmann <arnd@xxxxxxxx> > Suggested-by: Florian Fainelli <f.fainelli@xxxxxxxxx> > Cc: Nicolas Schichan <nschichan@xxxxxxxxxx> > Fixes: 5b191dcba719 ("mmc: sdhci-brcmstb: Fix mmc timeout errors on S5 suspend") > Cc: stable@xxxxxxxxxxxxxxx > Signed-off-by: Ulf Hansson <ulf.hansson@xxxxxxxxxx> > --- Acked-by: Arnd Bergmann <arnd@xxxxxxxx>