mirror of https://github.com/hak5/openwrt-owl.git
ar71xx: ag71xx remove IRQF_DISABLED
no-op since 2.6.35 removed in Kernel 4.1 see https://lwn.net/Articles/380931/ Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46280owl
parent
71db293eab
commit
3b14473968
|
@ -1248,7 +1248,7 @@ static int ag71xx_probe(struct platform_device *pdev)
|
|||
|
||||
dev->irq = platform_get_irq(pdev, 0);
|
||||
err = request_irq(dev->irq, ag71xx_interrupt,
|
||||
IRQF_DISABLED,
|
||||
0x0,
|
||||
dev->name, dev);
|
||||
if (err) {
|
||||
dev_err(&pdev->dev, "unable to request IRQ %d\n", dev->irq);
|
||||
|
|
Loading…
Reference in New Issue