]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/mxc_vpu.h
KARO: cleanup after merge of Freescale 3.10.17 stuff
[karo-tx-linux.git] / include / linux / mxc_vpu.h
index 27f9377856aab4b432f33ddb34eedb9cd44c6daf..df6af92e566893926e132d5d8360b13c3b4544eb 100644 (file)
@@ -38,8 +38,8 @@ struct mxc_vpu_platform_data {
 struct vpu_mem_desc {
        u32 size;
        dma_addr_t phy_addr;
-       u32 cpu_addr;           /* cpu address to free the dma mem */
-       u32 virt_uaddr;         /* virtual user space address */
+       void *cpu_addr;         /* cpu address to free the dma mem */
+       void *virt_uaddr;               /* virtual user space address */
 };
 
 #define VPU_IOC_MAGIC  'V'