]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/fsl_esdhc.h
merged tx6dl-devel into denx master branch
[karo-tx-uboot.git] / include / fsl_esdhc.h
index 2c97398f4eafe84325be0727469266d70be52ecb..0da20092f3a037fd4e8364b8ac776f1414efaed1 100644 (file)
@@ -10,6 +10,7 @@
 #ifndef  __FSL_ESDHC_H__
 #define        __FSL_ESDHC_H__
 
+#include <linux/compat.h>
 #include <asm/errno.h>
 #include <asm/byteorder.h>
 
 #define ESDHC_HOSTCAPBLT_HSS   0x00200000
 
 struct fsl_esdhc_cfg {
-       u32     esdhc_base;
+       void __iomem *esdhc_base;
        u32     sdhc_clk;
        u8      max_bus_width;
 };