diff options
author | Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> | 2009-03-06 00:37:34 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-03-06 00:37:34 -0500 |
commit | 075901af281b2afb47b1423ac488e713844db396 (patch) | |
tree | 65e0bf259360ef3b2949dcf40efd93ce6b49e681 /arch/sh/kernel | |
parent | a6bc77241d79d39ad2ad8010a82ce7e0f437ae05 (diff) |
sh: Restore RTC IRQ setting for SH7763 setup.
This was accidentally dropped in the multiple vectors per irq conversion.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7763.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7763.c b/arch/sh/kernel/cpu/sh4a/setup-sh7763.c index 14a916f0d75e..bdf0f61ae1ed 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7763.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7763.c | |||
@@ -23,6 +23,7 @@ static struct resource rtc_resources[] = { | |||
23 | }, | 23 | }, |
24 | [1] = { | 24 | [1] = { |
25 | /* Shared Period/Carry/Alarm IRQ */ | 25 | /* Shared Period/Carry/Alarm IRQ */ |
26 | .start = 20, | ||
26 | .flags = IORESOURCE_IRQ, | 27 | .flags = IORESOURCE_IRQ, |
27 | }, | 28 | }, |
28 | }; | 29 | }; |