From 62bcd38cc3d3c6f344a165f9169d1eb28d07f863 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 26 Sep 2012 12:53:58 +0000 Subject: [targets] get rid of the IRQF_SAMPLE_RANDOM flag git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33558 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/atheros/patches-3.3/110-ar2313_ethernet.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/atheros/patches-3.3') diff --git a/target/linux/atheros/patches-3.3/110-ar2313_ethernet.patch b/target/linux/atheros/patches-3.3/110-ar2313_ethernet.patch index 47c9dd622..838ea8936 100644 --- a/target/linux/atheros/patches-3.3/110-ar2313_ethernet.patch +++ b/target/linux/atheros/patches-3.3/110-ar2313_ethernet.patch @@ -744,7 +744,7 @@ + */ + ecode = + request_irq(dev->irq, &ar231x_interrupt, -+ IRQF_DISABLED | IRQF_SAMPLE_RANDOM, ++ IRQF_DISABLED, + dev->name, dev); + if (ecode) { + printk(KERN_WARNING "%s: %s: Requested IRQ %d is busy\n", -- cgit v1.2.3