From: Kirill A. Shutemov <[email protected]>

Signed-off-by: Kirill A. Shutemov <[email protected]>
Signed-off-by: Alan Cox <[email protected]>
---

 drivers/gpu/drm/gma500/psb_drv.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/gma500/psb_drv.h b/drivers/gpu/drm/gma500/psb_drv.h
index 9dc4476..e59511d 100644
--- 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;
 
        /*

_______________________________________________
dri-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to