diff options
author | Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> | 2009-03-06 14:37:34 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-03-06 14:37:34 +0900 |
commit | 075901af281b2afb47b1423ac488e713844db396 (patch) | |
tree | 65e0bf259360ef3b2949dcf40efd93ce6b49e681 /arch/sh/kernel/cpu/sh4a | |
parent | a6bc77241d79d39ad2ad8010a82ce7e0f437ae05 (diff) | |
download | talos-op-linux-075901af281b2afb47b1423ac488e713844db396.tar.gz talos-op-linux-075901af281b2afb47b1423ac488e713844db396.zip |
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/cpu/sh4a')
-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[] = { }, [1] = { /* Shared Period/Carry/Alarm IRQ */ + .start = 20, .flags = IORESOURCE_IRQ, }, }; |