diff options
Diffstat (limited to 'package/kernel/broadcom-wl/patches/010-remove_irqf_samble_random.patch')
| -rw-r--r-- | package/kernel/broadcom-wl/patches/010-remove_irqf_samble_random.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/kernel/broadcom-wl/patches/010-remove_irqf_samble_random.patch b/package/kernel/broadcom-wl/patches/010-remove_irqf_samble_random.patch deleted file mode 100644 index 7b60873ebb8..00000000000 --- a/package/kernel/broadcom-wl/patches/010-remove_irqf_samble_random.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/driver/wl_linux.c -+++ b/driver/wl_linux.c -@@ -695,7 +695,7 @@ wl_attach(uint16 vendor, uint16 device, - if (wl->bustype != JTAG_BUS) - #endif /* BCMJTAG */ - { -- if (request_irq(irq, wl_isr, IRQF_SHARED|IRQF_SAMPLE_RANDOM, dev->name, wl)) { -+ if (request_irq(irq, wl_isr, IRQF_SHARED, dev->name, wl)) { - WL_ERROR(("wl%d: request_irq() failed\n", unit)); - goto fail; - } |
