public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sh: Remove mask variable
@ 2009-06-15  3:19 Nobuhiro Iwamatsu
  2009-06-15  3:20 ` Paul Mundt
  2009-06-15  3:29 ` Nobuhiro Iwamatsu
  0 siblings, 2 replies; 3+ messages in thread
From: Nobuhiro Iwamatsu @ 2009-06-15  3:19 UTC (permalink / raw)
  To: linux-sh

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

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-06-15  3:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-15  3:19 [PATCH] sh: Remove mask variable Nobuhiro Iwamatsu
2009-06-15  3:20 ` Paul Mundt
2009-06-15  3:29 ` Nobuhiro Iwamatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox