From ae16385eb92868fcc3fde769e4b8fd0b87dc31bd Mon Sep 17 00:00:00 2001 From: Timur Tabi Date: Thu, 15 Sep 2011 16:44:57 -0500 Subject: [PATCH] --- yaml --- r: 271325 b: refs/heads/master c: 251b9b0d403f61f507155697a459038b2ee3336c h: refs/heads/master i: 271323: 97059b7c83dcbb63d41c21d50cc092bbce9f6dec v: v3 --- [refs] | 2 +- trunk/include/linux/fsl-diu-fb.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c0376714fb24..e4e165588ff3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3f78bbd1a256e04dfb486dbee0430e0ecad6d960 +refs/heads/master: 251b9b0d403f61f507155697a459038b2ee3336c diff --git a/trunk/include/linux/fsl-diu-fb.h b/trunk/include/linux/fsl-diu-fb.h index 5ebffa69a0f6..35ac0c53975c 100644 --- a/trunk/include/linux/fsl-diu-fb.h +++ b/trunk/include/linux/fsl-diu-fb.h @@ -162,7 +162,7 @@ struct diu_hw { }; struct diu_addr { - __u8 __iomem *vaddr; /* Virtual address */ + void *vaddr; /* Virtual address */ dma_addr_t paddr; /* Physical address */ __u32 offset; };