mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
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:
parent
d64363c755
commit
1f17fcd07b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user