ar71xx: drivers/ag71xx: remove deprecated usage of IRQF_SAMPLE_RANDOM
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23982
This commit is contained in:
parent
30ef7d55fc
commit
3106aea40b
1 changed files with 1 additions and 1 deletions
|
@ -1058,7 +1058,7 @@ static int __devinit ag71xx_probe(struct platform_device *pdev)
|
|||
|
||||
dev->irq = platform_get_irq(pdev, 0);
|
||||
err = request_irq(dev->irq, ag71xx_interrupt,
|
||||
IRQF_DISABLED | IRQF_SAMPLE_RANDOM,
|
||||
IRQF_DISABLED,
|
||||
dev->name, dev);
|
||||
if (err) {
|
||||
dev_err(&pdev->dev, "unable to request IRQ %d\n", dev->irq);
|
||||
|
|
Loading…
Reference in a new issue