Message ID | 4A35BDA6.1030600@renesas.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
On Mon, Jun 15, 2009 at 12:19:02PM +0900, Nobuhiro Iwamatsu wrote: > The mask variable was deleted from irqaction structure from 2.6.31. > > Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> > CC: Magnus Damm <magnus.damm@gmail.com> Already gone in current git, as well as for the other clocksource drivers. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Paul Mundt wrote: > On Mon, Jun 15, 2009 at 12:19:02PM +0900, Nobuhiro Iwamatsu wrote: >> The mask variable was deleted from irqaction structure from 2.6.31. >> >> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> >> CC: Magnus Damm <magnus.damm@gmail.com> > > Already gone in current git, as well as for the other clocksource > drivers. > OK, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/clocksource/sh_tmu.c b/drivers/clocksource/sh_tmu.c index d6ea439..08e6ec2 100644 --- a/drivers/clocksource/sh_tmu.c +++ b/drivers/clocksource/sh_tmu.c @@ -385,7 +385,6 @@ static int sh_tmu_setup(struct sh_tmu_priv *p, struct platform_device *pdev) p->irqaction.dev_id = p; p->irqaction.irq = irq; p->irqaction.flags = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL; - p->irqaction.mask = CPU_MASK_NONE; /* get hold of clock */ p->clk = clk_get(&p->pdev->dev, cfg->clk);
The mask variable was deleted from irqaction structure from 2.6.31. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> CC: Magnus Damm <magnus.damm@gmail.com> --- drivers/clocksource/sh_tmu.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)