From: David S. Miller Date: Tue, 6 Sep 2005 06:33:05 +0000 (-0700) Subject: [RTC]: Use SA_SHIRQ in sparc specific code. X-Git-Tag: v2.6.14-rc1~753^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53d0fc27af3a3ab22c0ffb67857adfa18977e681;p=platform%2Fkernel%2Flinux-exynos.git [RTC]: Use SA_SHIRQ in sparc specific code. Based upon a report from Jason Wever. Signed-off-by: David S. Miller --- diff --git a/drivers/char/rtc.c b/drivers/char/rtc.c index cd4fe8b..63fff7c 100644 --- a/drivers/char/rtc.c +++ b/drivers/char/rtc.c @@ -938,10 +938,9 @@ found: /* * XXX Interrupt pin #7 in Espresso is shared between RTC and - * PCI Slot 2 INTA# (and some INTx# in Slot 1). SA_INTERRUPT here - * is asking for trouble with add-on boards. Change to SA_SHIRQ. + * PCI Slot 2 INTA# (and some INTx# in Slot 1). */ - if (request_irq(rtc_irq, rtc_interrupt, SA_INTERRUPT, "rtc", (void *)&rtc_port)) { + if (request_irq(rtc_irq, rtc_interrupt, SA_SHIRQ, "rtc", (void *)&rtc_port)) { /* * Standard way for sparc to print irq's is to use * __irq_itoa(). I think for EBus it's ok to use %d.