> > diff --git a/include/linux/mmc/sdhci.h b/include/linux/mmc/sdhci.h
> > index c750f85..2418c91 100644
> > --- a/include/linux/mmc/sdhci.h
> > +++ b/include/linux/mmc/sdhci.h
> > @@ -90,6 +90,9 @@ struct sdhci_host {
> >
> >     unsigned int quirks2;   /* More deviations from spec. */
> >
> > +/* Controller operates the cards at reduced frequency */
> > +#define SDHCI_QUIRK2_RELAX_FREQ                            (1<<0)
> > +
> >     int irq;                /* Device IRQ */
> >     void __iomem *ioaddr;   /* Mapped address */
> 
> This looks identical to the previous patch version to me?  You're still
> defining a new quirk in include/linux/mmc/sdhci.h, which is what I don't
> want you to do for a driver-local quirk.

Thank, Chris.
I understand you, and will send the new version patch according to your suggest.

Jerry Huang

--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to