Skip to content

Commit

Permalink
gma500: sgx_reg and vdc_reg should be __iomem
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kirill A. Shutemov authored and Dave Airlie committed May 7, 2012
1 parent eab3760 commit 846a603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpu/drm/gma500/psb_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/*
Expand Down

0 comments on commit 846a603

Please sign in to comment.