gma500: sgx_reg and vdc_reg should be __iomem
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>
This commit is contained in:
parent
eab3760714
commit
846a6038d6
1 changed files with 2 additions and 2 deletions
|
@ -525,8 +525,8 @@ struct drm_psb_private {
|
||||||
* Register base
|
* Register base
|
||||||
*/
|
*/
|
||||||
|
|
||||||
uint8_t *sgx_reg;
|
uint8_t __iomem *sgx_reg;
|
||||||
uint8_t *vdc_reg;
|
uint8_t __iomem *vdc_reg;
|
||||||
uint32_t gatt_free_offset;
|
uint32_t gatt_free_offset;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue