From 6e44bb0c10f684a7cdb66af21ba5bc66410fe5d3 Mon Sep 17 00:00:00 2001 From: Sergei Antonov Date: Wed, 12 Apr 2023 14:01:58 +0300 Subject: watchdog: ftwdt010: return a previously deleted driver now ported to DM The ftwdt010 watchdog driver was deleted by commit 11232139e399 ("nds32: Remove the architecture") Return it to the codebase in a DM compatible form. Enable it in sandbox_defconfig to test compilability. Another platform using ftwdt010 will be submitted later. Signed-off-by: Sergei Antonov Reviewed-by: Stefan Roese --- include/faraday/ftwdt010_wdt.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/faraday') diff --git a/include/faraday/ftwdt010_wdt.h b/include/faraday/ftwdt010_wdt.h index 804907d6455..d4c11e39a05 100644 --- a/include/faraday/ftwdt010_wdt.h +++ b/include/faraday/ftwdt010_wdt.h @@ -89,7 +89,4 @@ struct ftwdt010_wdt { */ #define FTWDT010_TIMEOUT_FACTOR (get_board_sys_clk() / 1000) /* 1 ms */ -void ftwdt010_wdt_reset(void); -void ftwdt010_wdt_disable(void); - #endif /* __FTWDT010_H */ -- cgit v1.2.3