Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mips-jazz: correct flags for timer io resource

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

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Alexey Dobriyan and committed by
Linus Torvalds
5da44ad5 33e44b15

+1 -1
+1 -1
arch/mips/jazz/setup.c
··· 54 54 .start = 0x40, 55 55 .end = 0x5f, 56 56 .name = "timer", 57 - .end = IORESOURCE_BUSY 57 + .flags = IORESOURCE_BUSY 58 58 }, { 59 59 .start = 0x80, 60 60 .end = 0x8f,