提交 9b73fcf8 编写于 作者: R Russell King 提交者: Russell King

[ARM] Shut up gcc warning in clps7500 core.c

core.c:263: warning: initialization makes integer from pointer without a cast
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 2f3eca8b
无相关合并请求
...@@ -260,7 +260,7 @@ static void __init clps7500_init_irq(void) ...@@ -260,7 +260,7 @@ static void __init clps7500_init_irq(void)
static struct map_desc cl7500_io_desc[] __initdata = { static struct map_desc cl7500_io_desc[] __initdata = {
{ /* IO space */ { /* IO space */
.virtual = IO_BASE, .virtual = (unsigned long)IO_BASE,
.pfn = __phys_to_pfn(IO_START), .pfn = __phys_to_pfn(IO_START),
.length = IO_SIZE, .length = IO_SIZE,
.type = MT_DEVICE .type = MT_DEVICE
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部