> diff --git a/include/linux/platform_data/pxa_sdhci.h
> b/include/linux/platform_data/pxa_sdhci.h
> index 59acd98..fdf38d6 100644
> --- a/include/linux/platform_data/pxa_sdhci.h
> +++ b/include/linux/platform_data/pxa_sdhci.h
> @@ -38,6 +38,7 @@
> * @max_speed: the maximum speed supported
> * @host_caps: Standard MMC host capabilities bit field.
> * @quirks: quirks of platfrom
> + * @quirks2: quirks2 of platfrom
> * @pm_caps: pm_caps of platfrom
> */
> struct sdhci_pxa_platdata {
> @@ -51,6 +52,7 @@ struct sdhci_pxa_platdata {
> unsigned int host_caps;
> unsigned int host_caps2;
> unsigned int quirks;
> + unsigned int quirks2;
> unsigned int pm_caps;
> };
>
Not find the patch using quirks2.
Could you merge the patch together?
--
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