]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/dwmmc.h
fdt_support: add missing #ifdef after merge
[karo-tx-uboot.git] / include / dwmmc.h
index 109f7c8ac7f7e677c5357b7ab3bbf55d984a1859..86a54918f90fb6af8632f3af7da36595e0111fb0 100644 (file)
@@ -141,9 +141,9 @@ struct dwmci_host {
        int dev_index;
        int dev_id;
        int buswidth;
-       u32 clksel_val;
        u32 fifoth_val;
        struct mmc *mmc;
+       void *priv;
 
        void (*clksel)(struct dwmci_host *host);
        void (*board_init)(struct dwmci_host *host);