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

Commit 5da44ad5 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Linus Torvalds
Browse files

mips-jazz: correct flags for timer io resource



arch/mips/jazz/setup.c:55:4: error: Initializer entry defined twice

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Acked-by: default avatarRalf Baechle <ralf@linux-mips.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 33e44b15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ static struct resource jazz_io_resources[] = {
		.start	= 0x40,
		.end	= 0x5f,
		.name	= "timer",
		.end	= IORESOURCE_BUSY
		.flags	= IORESOURCE_BUSY
	}, {
		.start	= 0x80,
		.end	= 0x8f,