projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eab3760
)
gma500: sgx_reg and vdc_reg should be __iomem
author
Kirill A. Shutemov
<kirill.shutemov@linux.intel.com>
Thu, 3 May 2012 14:08:08 +0000
(15:08 +0100)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 7 May 2012 09:58:50 +0000
(10:58 +0100)
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/gma500/psb_drv.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/gma500/psb_drv.h
b/drivers/gpu/drm/gma500/psb_drv.h
index
9dc4476
..
e59511d
100644
(file)
--- a/
drivers/gpu/drm/gma500/psb_drv.h
+++ b/
drivers/gpu/drm/gma500/psb_drv.h
@@
-525,8
+525,8
@@
struct drm_psb_private {
* Register base
*/
- uint8_t *sgx_reg;
- uint8_t *vdc_reg;
+ uint8_t
__iomem
*sgx_reg;
+ uint8_t
__iomem
*vdc_reg;
uint32_t gatt_free_offset;
/*