[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150720100614.2552.86867.sendpatchset@little-apple>
Date: Mon, 20 Jul 2015 19:06:14 +0900
From: Magnus Damm <magnus.damm@...il.com>
To: linux-sh@...r.kernel.org
Cc: jason@...edaemon.net, geert+renesas@...der.be,
linux-kernel@...r.kernel.org, horms@...ge.net.au,
Magnus Damm <magnus.damm@...il.com>, tglx@...utronix.de
Subject: [PATCH 01/03] irqchip: renesas-irqc: Get rid of IRQF_VALID
From: Magnus Damm <damm+renesas@...nsource.se>
IRQF_VALID is not needed on ARM anymore, so get rid of it.
Signed-off-by: Magnus Damm <damm+renesas@...nsource.se>
---
drivers/irqchip/irq-renesas-irqc.c | 1 -
1 file changed, 1 deletion(-)
--- 0001/drivers/irqchip/irq-renesas-irqc.c
+++ work/drivers/irqchip/irq-renesas-irqc.c 2015-07-20 17:40:00.272366518 +0900
@@ -162,7 +162,6 @@ static int irqc_irq_domain_map(struct ir
irqc_dbg(&p->irq[hw], "map");
irq_set_chip_data(virq, h->host_data);
irq_set_chip_and_handler(virq, &p->irq_chip, handle_level_irq);
- set_irq_flags(virq, IRQF_VALID); /* kill me now */
return 0;
}
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists