]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/mtd/nand/gpmi-nand/gpmi-nand.h
mtd: gpmi: fix the compiler warnings
[karo-tx-linux.git] / drivers / mtd / nand / gpmi-nand / gpmi-nand.h
index 1547a60c1c6f8b4d30729bdc94e51bf48010156a..1f61217823305f23864a92fe6c4696d08a690f37 100644 (file)
@@ -24,8 +24,8 @@
 
 #define GPMI_CLK_MAX 5 /* MX6Q needs five clocks */
 struct resources {
-       void          *gpmi_regs;
-       void          *bch_regs;
+       void __iomem  *gpmi_regs;
+       void __iomem  *bch_regs;
        unsigned int  bch_low_interrupt;
        unsigned int  bch_high_interrupt;
        unsigned int  dma_low_channel;