summaryrefslogtreecommitdiff
path: root/drivers/watchdog/loongson1_wdt.c
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2023-07-28 13:50:21 -0600
committerWim Van Sebroeck <wim@linux-watchdog.org>2023-08-13 14:29:51 +0200
commitf1a43aadb5a690e141a3b6700e2a40c1d4dbe088 (patch)
treeb4cffce5ec95a336949136b6497a741d7b72050f /drivers/watchdog/loongson1_wdt.c
parent6eb28a38f6478a650c7e76b2d6910669615d8a62 (diff)
watchdog: Enable COMPILE_TEST for more drivers
There's quite a few watchdog drivers which are easily enabled for COMPILE_TEST, so let's enable them. Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20230728195022.1198555-1-robh@kernel.org Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'drivers/watchdog/loongson1_wdt.c')
-rw-r--r--drivers/watchdog/loongson1_wdt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/loongson1_wdt.c b/drivers/watchdog/loongson1_wdt.c
index 4ac7810a314d..0587ff44d3a1 100644
--- a/drivers/watchdog/loongson1_wdt.c
+++ b/drivers/watchdog/loongson1_wdt.c
@@ -4,6 +4,7 @@
*/
#include <linux/clk.h>
+#include <linux/io.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/platform_device.h>