From: Kirill A. Shutemov Date: Thu, 3 May 2012 14:09:22 +0000 (+0100) Subject: gma500: oaktrail_hdmi_i2c_handler(): base should be __iomem X-Git-Tag: v3.5-rc1~83^2~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f17fcd07bb906d34b73ca11fbed01dcc2c0cf2f;p=platform%2Fkernel%2Flinux-stable.git gma500: oaktrail_hdmi_i2c_handler(): base should be __iomem Signed-off-by: Kirill A. Shutemov Signed-off-by: Alan Cox Signed-off-by: Dave Airlie --- diff --git a/drivers/gpu/drm/gma500/oaktrail_hdmi_i2c.c b/drivers/gpu/drm/gma500/oaktrail_hdmi_i2c.c index 5e84fbd..88627e3 100644 --- a/drivers/gpu/drm/gma500/oaktrail_hdmi_i2c.c +++ b/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;