Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b73fcf8 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

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



core.c:263: warning: initialization makes integer from pointer without a cast

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 2f3eca8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ static void __init clps7500_init_irq(void)

static struct map_desc cl7500_io_desc[] __initdata = {
	{ 	/* IO space	*/
		.virtual	= IO_BASE,
		.virtual	= (unsigned long)IO_BASE,
		.pfn		= __phys_to_pfn(IO_START),
		.length		= IO_SIZE,
		.type		= MT_DEVICE