Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 846a6038 authored by Kirill A. Shutemov's avatar Kirill A. Shutemov Committed by Dave Airlie
Browse files

gma500: sgx_reg and vdc_reg should be __iomem

parent eab37607
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;

	/*