ramips: irq handlers do not get irq in 4.3 kernel, update patches
authorJohn Crispin <john@openwrt.org>
Fri, 11 Dec 2015 15:03:16 +0000 (15:03 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 11 Dec 2015 15:03:16 +0000 (15:03 +0000)
commitfbc1624d6aa38b0b60e4ec9779da3f334faf4b8e
treec368e6296121b639d9b941ae8cd1b2dddb15d1cd
parent4076d12f41e7fd338e9140c1f431002f4ffaf953
ramips: irq handlers do not get irq in 4.3 kernel, update patches

This resolves compilation warnings like this:
drivers/gpio/gpio-mt7621.c: In function 'mediatek_gpio_probe':
drivers/gpio/gpio-mt7621.c:328:46: warning: passing argument 2 of 'irq_set_chained_handler' from incompatible pointer type [-Wincompatible-pointer-types]
   irq_set_chained_handler(mediatek_gpio_irq, mediatek_gpio_irq_handler);

Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
SVN-Revision: 47841
target/linux/ramips/patches-4.3/0027-GPIO-MIPS-ralink-add-gpio-driver-for-ralink-SoC.patch
target/linux/ramips/patches-4.3/0028-GPIO-ralink-add-mt7621-gpio-controller.patch