diff options
author | John Audia <graysky@archlinux.us> | 2021-11-26 08:29:01 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-27 19:19:30 +0100 |
commit | 894f483d203a34618a3c725c808b8811d69c4430 (patch) | |
tree | f41f05cf32121486bae9b26bf510251a682ef6de /target/linux/realtek/patches-5.10/308-otto-wdt-fix-missing-math-header.patch | |
parent | be077f48124b8bcedd7cdb552c050ce73a42e509 (diff) | |
download | upstream-894f483d203a34618a3c725c808b8811d69c4430.tar.gz upstream-894f483d203a34618a3c725c808b8811d69c4430.tar.bz2 upstream-894f483d203a34618a3c725c808b8811d69c4430.zip |
kernel: bump 5.10 to 5.10.82
Removed upstreamed:
bcm53xx/patches-5.10/033-v5.16-0014-ARM-dts-NSP-Fix-mpcore-mmc-node-names.patch
Manually rebased:
ipq806x/patches-5.10/086-ipq8064-fix-duplicate-node.patch
All other patches automatically rebased.
Build system: x86_64
Build-tested: bcm2711/RPi4B, ipq806x/R7800
Run-tested: bcm2711/RPi4B, ipq806x/R7800
Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'target/linux/realtek/patches-5.10/308-otto-wdt-fix-missing-math-header.patch')
-rw-r--r-- | target/linux/realtek/patches-5.10/308-otto-wdt-fix-missing-math-header.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/target/linux/realtek/patches-5.10/308-otto-wdt-fix-missing-math-header.patch b/target/linux/realtek/patches-5.10/308-otto-wdt-fix-missing-math-header.patch index 20f86ed7e2..0fb61b9df5 100644 --- a/target/linux/realtek/patches-5.10/308-otto-wdt-fix-missing-math-header.patch +++ b/target/linux/realtek/patches-5.10/308-otto-wdt-fix-missing-math-header.patch @@ -1,7 +1,5 @@ -Index: linux-5.10.72/drivers/watchdog/realtek_otto_wdt.c -=================================================================== ---- linux-5.10.72.orig/drivers/watchdog/realtek_otto_wdt.c -+++ linux-5.10.72/drivers/watchdog/realtek_otto_wdt.c +--- a/drivers/watchdog/realtek_otto_wdt.c ++++ b/drivers/watchdog/realtek_otto_wdt.c @@ -21,7 +21,7 @@ #include <linux/delay.h> #include <linux/interrupt.h> |