Browse Source

gma500: oaktrail_hdmi_i2c_handler(): base 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>
Kirill A. Shutemov 13 years ago
parent
commit
1f17fcd07b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/gpu/drm/gma500/oaktrail_hdmi_i2c.c

+ 1 - 1
drivers/gpu/drm/gma500/oaktrail_hdmi_i2c.c

@@ -250,7 +250,7 @@ static irqreturn_t oaktrail_hdmi_i2c_handler(int this_irq, void *dev)
  */
 static void oaktrail_hdmi_i2c_gpio_fix(void)
 {
-	void *base;
+	void __iomem *base;
 	unsigned int gpio_base = 0xff12c000;
 	int gpio_len = 0x1000;
 	u32 temp;