realtek: replace RTL93xx GPIO patches
[openwrt/staging/ldir.git] / target / linux / realtek / patches-5.10 / 308-otto-wdt-fix-missing-math-header.patch
1 --- a/drivers/watchdog/realtek_otto_wdt.c
2 +++ b/drivers/watchdog/realtek_otto_wdt.c
3 @@ -21,7 +21,7 @@
4 #include <linux/delay.h>
5 #include <linux/interrupt.h>
6 #include <linux/io.h>
7 -#include <linux/math.h>
8 +#include <linux/kernel.h>
9 #include <linux/minmax.h>
10 #include <linux/module.h>
11 #include <linux/mod_devicetable.h>