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>
This commit is contained in:
parent
33e44b1588
commit
5da44ad504
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ static struct resource jazz_io_resources[] = {
|
||||||
.start = 0x40,
|
.start = 0x40,
|
||||||
.end = 0x5f,
|
.end = 0x5f,
|
||||||
.name = "timer",
|
.name = "timer",
|
||||||
.end = IORESOURCE_BUSY
|
.flags = IORESOURCE_BUSY
|
||||||
}, {
|
}, {
|
||||||
.start = 0x80,
|
.start = 0x80,
|
||||||
.end = 0x8f,
|
.end = 0x8f,
|
||||||
|
|
Loading…
Reference in a new issue