提交 846a6038 编写于 作者: K Kirill A. Shutemov 提交者: Dave Airlie

gma500: sgx_reg and vdc_reg should be __iomem

Signed-off-by: NKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: NAlan Cox <alan@linux.intel.com>
Signed-off-by: NDave Airlie <airlied@redhat.com>
上级 eab37607
......@@ -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;
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册