drivers: watchdog: remove deprecated apis

Its been at least 2 releases since we marked a number of watchdog APIs
as deprecated.  Lets remove them.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2018-10-29 15:37:02 +00:00 committed by Kumar Gala
commit 03bfb18c61
3 changed files with 5 additions and 121 deletions

View file

@ -13,6 +13,11 @@
#include <watchdog.h>
#include <device.h>
enum wdt_mode {
WDT_MODE_RESET = 0,
WDT_MODE_INTERRUPT_RESET
};
struct wdt_esp32_data {
u32_t timeout;
enum wdt_mode mode;