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>
This commit is contained in:
Kirill A. Shutemov 2012-05-03 15:09:22 +01:00 committed by Dave Airlie
parent d64363c755
commit 1f17fcd07b

View File

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