dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Alexey Dobriyan 2007-06-27 14:10:06 -07:00 committed by Linus Torvalds
parent 33e44b1588
commit 5da44ad504
1 changed files with 1 additions and 1 deletions

View File

@ -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,