[targets] get rid of the IRQF_SAMPLE_RANDOM flag
[openwrt-working-2016/.git] / target / linux / brcm2708 / patches-3.3 / 0005-bcm2708-vchiq-driver.patch
index bee41d712ed0e7c4587777225ff56fd3bbb99a4f..47c6d8e8751357d27961d3a6ab96dfecc50f5a9b 100644 (file)
@@ -414,7 +414,7 @@ Signed-off-by: popcornmix <popcornmix@gmail.com>
 +      }
 +
 +      err = request_irq(VCHIQ_DOORBELL_IRQ, vchiq_doorbell_irq,
-+              IRQF_SAMPLE_RANDOM | IRQF_IRQPOLL, "VCHIQ doorbell",
++              IRQF_IRQPOLL, "VCHIQ doorbell",
 +              state);
 +      if (err < 0)
 +      {