diff options
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> |