aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/patches-5.10/308-otto-wdt-fix-missing-math-header.patch
blob: 0fb61b9df5dc3dec0f881b7669dc584ca76fc4d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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>
 #include <linux/io.h>
-#include <linux/math.h>
+#include <linux/kernel.h>
 #include <linux/minmax.h>
 #include <linux/module.h>
 #include <linux/mod_devicetable.h>