mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-17 22:05:08 +00:00
irqchip/renesas-irqc: Get rid of IRQF_VALID
IRQF_VALID is not needed on ARM anymore, so get rid of it. Signed-off-by: Magnus Damm <damm+renesas@opensource.se> Cc: jason@lakedaemon.net Cc: geert+renesas@glider.be Cc: horms@verge.net.au Cc: Magnus Damm <magnus.damm@gmail.com> Link: http://lkml.kernel.org/r/20150720100614.2552.86867.sendpatchset@little-apple Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
97a859641b
commit
35c3f67f11
@ -162,7 +162,6 @@ static int irqc_irq_domain_map(struct irq_domain *h, unsigned int virq,
|
|||||||
irqc_dbg(&p->irq[hw], "map");
|
irqc_dbg(&p->irq[hw], "map");
|
||||||
irq_set_chip_data(virq, h->host_data);
|
irq_set_chip_data(virq, h->host_data);
|
||||||
irq_set_chip_and_handler(virq, &p->irq_chip, handle_level_irq);
|
irq_set_chip_and_handler(virq, &p->irq_chip, handle_level_irq);
|
||||||
set_irq_flags(virq, IRQF_VALID); /* kill me now */
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user