diff options
author | Zachary Cook <zachcook1991@gmail.com> | 2019-07-11 16:09:15 -0400 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-07-17 22:59:29 +0200 |
commit | 4d3c8872f8244eb5aef08cac28771202054114a7 (patch) | |
tree | 0a73c6f075481dbb75ce54c05fafae94f36927a3 /target/linux/brcm47xx/patches-4.19/031-v5.1-mips-bcm47xx-Enable-USB-power-on-Netgear-WNDR3400v2.patch | |
parent | 0893f28e19afbd9d4081f59df10631d6ef02e0d7 (diff) | |
download | upstream-4d3c8872f8244eb5aef08cac28771202054114a7.tar.gz upstream-4d3c8872f8244eb5aef08cac28771202054114a7.tar.bz2 upstream-4d3c8872f8244eb5aef08cac28771202054114a7.zip |
brcm47xx: fix 831-old_gpio_wdt.patch for linux 4.19
Fix the following compilation error when using linux 4.19 on brcm47xx:
drivers/watchdog/old_gpio_wdt.c:236:2: error: implicit declaration of function 'setup_timer'
setup_timer was removed and replaced by timer_setup in linux >=4.15:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=513ae785
Update the patch to use the timer_setup interface
Signed-off-by: Zachary Cook <zachcook1991@gmail.com>
Diffstat (limited to 'target/linux/brcm47xx/patches-4.19/031-v5.1-mips-bcm47xx-Enable-USB-power-on-Netgear-WNDR3400v2.patch')
0 files changed, 0 insertions, 0 deletions