Gitweb: http://git.kernel.org/linus/075901af281b2afb47b1423ac488e713844db396 Commit: 075901af281b2afb47b1423ac488e713844db396 Parent: a6bc77241d79d39ad2ad8010a82ce7e0f437ae05 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> AuthorDate: Fri Mar 6 14:37:34 2009 +0900 Committer: Paul Mundt <lethal@linux-sh.org> CommitDate: Fri Mar 6 14:37:34 2009 +0900 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> --- 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 14a916f..bdf0f61 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, }, }; -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
