* [PATCH] sh: kfr2r09: fix compile breakage
@ 2012-06-27 9:26 Guennadi Liakhovetski
2012-06-28 7:37 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Guennadi Liakhovetski @ 2012-06-27 9:26 UTC (permalink / raw)
To: linux-sh
Fix compile breakage caused by
commit aa82f9fcd0062782dcbe29a2c820ba7c04dbe572
Author: Paul Mundt <lethal@linux-sh.org>
sh: kfr2r09 evt2irq migration.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
---
needed for 3.5
arch/sh/boards/mach-kfr2r09/setup.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/sh/boards/mach-kfr2r09/setup.c b/arch/sh/boards/mach-kfr2r09/setup.c
index 9dff4ff..f2a4304 100644
--- a/arch/sh/boards/mach-kfr2r09/setup.c
+++ b/arch/sh/boards/mach-kfr2r09/setup.c
@@ -203,8 +203,8 @@ static struct resource kfr2r09_usb0_gadget_resources[] = {
.flags = IORESOURCE_MEM,
},
[1] = {
- .start = evtirq(0xa20),
- .end = evtirq(0xa20),
+ .start = evt2irq(0xa20),
+ .end = evt2irq(0xa20),
.flags = IORESOURCE_IRQ | IRQF_TRIGGER_LOW,
},
};
--
1.7.2.5
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] sh: kfr2r09: fix compile breakage
2012-06-27 9:26 [PATCH] sh: kfr2r09: fix compile breakage Guennadi Liakhovetski
@ 2012-06-28 7:37 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2012-06-28 7:37 UTC (permalink / raw)
To: linux-sh
On Wed, Jun 27, 2012 at 11:26:34AM +0200, Guennadi Liakhovetski wrote:
> Fix compile breakage caused by
>
> commit aa82f9fcd0062782dcbe29a2c820ba7c04dbe572
> Author: Paul Mundt <lethal@linux-sh.org>
>
> sh: kfr2r09 evt2irq migration.
>
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
> ---
>
> needed for 3.5
>
Figures there was at least one. Oh well, I suppose one breakage out of
hundreds isn't too bad.
Applied to sh/urgent, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-28 7:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-27 9:26 [PATCH] sh: kfr2r09: fix compile breakage Guennadi Liakhovetski
2012-06-28 7:37 ` Paul Mundt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.