ar71xx: drivers/ag71xx: remove deprecated usage of IRQF_SAMPLE_RANDOM

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23982 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Gabor Juhos 2010-11-12 18:52:28 +00:00
parent 6a833a66ca
commit 8a30b10bb8
1 changed files with 1 additions and 1 deletions

View File

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