gma500: sgx_reg and vdc_reg should be __iomem
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Thu, 3 May 2012 14:08:08 +0000 (15:08 +0100)
committerDave 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

index 9dc447632c90910e7076ea64ba9ea53293ed5f47..e59511d74934fcfe579944b1fb212aef047157e6 100644 (file)
@@ -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;
 
        /*