diff options
Diffstat (limited to 'arch/sh/boards/mach-se/7724/setup.c')
-rw-r--r-- | arch/sh/boards/mach-se/7724/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/boards/mach-se/7724/setup.c b/arch/sh/boards/mach-se/7724/setup.c index c7dbbece44b0..50e4d1599576 100644 --- a/arch/sh/boards/mach-se/7724/setup.c +++ b/arch/sh/boards/mach-se/7724/setup.c | |||
@@ -451,7 +451,7 @@ static struct resource sdhi0_cn7_resources[] = { | |||
451 | .flags = IORESOURCE_MEM, | 451 | .flags = IORESOURCE_MEM, |
452 | }, | 452 | }, |
453 | [1] = { | 453 | [1] = { |
454 | .start = 101, | 454 | .start = 100, |
455 | .flags = IORESOURCE_IRQ, | 455 | .flags = IORESOURCE_IRQ, |
456 | }, | 456 | }, |
457 | }; | 457 | }; |
@@ -474,7 +474,7 @@ static struct resource sdhi1_cn8_resources[] = { | |||
474 | .flags = IORESOURCE_MEM, | 474 | .flags = IORESOURCE_MEM, |
475 | }, | 475 | }, |
476 | [1] = { | 476 | [1] = { |
477 | .start = 24, | 477 | .start = 23, |
478 | .flags = IORESOURCE_IRQ, | 478 | .flags = IORESOURCE_IRQ, |
479 | }, | 479 | }, |
480 | }; | 480 | }; |