brcm63xx: fixup broken patch after kernel bump
authorJonas Gorski <jonas.gorski@gmail.com>
Tue, 14 May 2019 11:13:53 +0000 (13:13 +0200)
committerJonas Gorski <jonas.gorski@gmail.com>
Tue, 14 May 2019 11:15:11 +0000 (13:15 +0200)
commit3611cfe73d5f9680d387ef14632431fac30bbd9b
treef419e735918c6ff0c9b78138ddf553ba11632e97
parent86fd8cb435daf05f52468daabd41a363917485b7
brcm63xx: fixup broken patch after kernel bump

Fixes the following compilation issue that was introduced with the bump
to 4.14.118:

  CC      drivers/gpio/gpiolib-of.o
drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_add':
drivers/gpio/gpiolib-of.c:510:12: error: too few arguments to function 'of_gpiochip_scan_gpios'
   status = of_gpiochip_scan_gpios(chip);
            ^~~~~~~~~~~~~~~~~~~~~~
drivers/gpio/gpiolib-of.c:247:5: note: declared here
 int of_gpiochip_scan_gpios(struct gpio_chip *chip, unsigned int start,
     ^~~~~~~~~~~~~~~~~~~~~~
scripts/Makefile.build:326: recipe for target 'drivers/gpio/gpiolib-of.o' failed

Fixes: 09050b6fe228 ("kernel: bump 4.14 to 4.14.118")
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
target/linux/brcm63xx/patches-4.14/143-gpio-fix-device-tree-gpio-hogs-on-dual-role-gpio-pin.patch