]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/plat-omap/include/mach/omapfb.h
omapfb: Remove casting and change coding style
[linux-2.6-omap-h63xx.git] / arch / arm / plat-omap / include / mach / omapfb.h
index a4a84f357f264ccf90ea93fe32826e6b3e5b1635..a3c44087c1d60a93c8bf171cee0928d8ded236a3 100644 (file)
@@ -276,8 +276,8 @@ typedef int (*omapfb_notifier_callback_t)(struct notifier_block *,
                                          void *fbi);
 
 struct omapfb_mem_region {
-       dma_addr_t      paddr;
-       void            *vaddr;
+       u32             paddr;
+       void __iomem    *vaddr;
        unsigned long   size;
        u8              type;           /* OMAPFB_PLANE_MEM_* */
        unsigned        alloc:1;        /* allocated by the driver */