On Fri, Feb 07, 2014 at 04:53:38AM +0200, Adrian Hunter wrote: > commit 7396e318b497cd46eb156effa5278126582ddde7 upstream. > > Add support for runtime PM for BYT SD cards. > > Signed-off-by: Adrian Hunter <adrian.hunter@xxxxxxxxx> > Signed-off-by: Chris Ball <cjb@xxxxxxxxxx> > --- > drivers/mmc/host/sdhci-pci.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c > index 701d06d..611331a 100644 > --- a/drivers/mmc/host/sdhci-pci.c > +++ b/drivers/mmc/host/sdhci-pci.c > @@ -332,6 +332,8 @@ static const struct sdhci_pci_fixes sdhci_intel_byt_sdio = { > }; > > static const struct sdhci_pci_fixes sdhci_intel_byt_sd = { > + .quirks2 = SDHCI_QUIRK2_CARD_ON_NEEDS_BUS_ON, > + .allow_runtime_pm = true, This patch breaks the build: drivers/mmc/host/sdhci-pci.c:335:13: error: ‘SDHCI_QUIRK2_CARD_ON_NEEDS_BUS_ON’ undeclared here (not in a function) .quirks2 = SDHCI_QUIRK2_CARD_ON_NEEDS_BUS_ON, ^ Do I need something else before this patch? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html