]> Pileus Git - ~andy/linux/blobdiff - drivers/mmc/host/sdhci-pltfm.h
mmc: sdhci-esdhc: use writel/readl as general APIs
[~andy/linux] / drivers / mmc / host / sdhci-pltfm.h
index ea2e44d9be5e0c4defac9428933e4cc89cae39d0..2b37016ad0acccb67f8fb5540cdf4d6cfe6ae5a5 100644 (file)
@@ -17,7 +17,7 @@
 
 struct sdhci_pltfm_host {
        struct clk *clk;
-       u32 scratchpad; /* to handle quirks across io-accessor calls */
+       void *priv; /* to handle quirks across io-accessor calls */
 };
 
 extern struct sdhci_pltfm_data sdhci_cns3xxx_pdata;