diff mbox

sh: Remove mask variable

Message ID 4A35BDA6.1030600@renesas.com (mailing list archive)
State Not Applicable
Headers show

Commit Message

Nobuhiro Iwamatsu June 15, 2009, 3:19 a.m. UTC
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(-)

Comments

Paul Mundt June 15, 2009, 3:20 a.m. UTC | #1
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
Nobuhiro Iwamatsu June 15, 2009, 3:29 a.m. UTC | #2
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 mbox

Patch

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);