summaryrefslogtreecommitdiff
path: root/chip/ish/watchdog.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/watchdog.c')
-rw-r--r--chip/ish/watchdog.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/chip/ish/watchdog.c b/chip/ish/watchdog.c
index d9a9d84008..fd0ebcf247 100644
--- a/chip/ish/watchdog.c
+++ b/chip/ish/watchdog.c
@@ -46,16 +46,6 @@ int watchdog_init(void)
return EC_SUCCESS;
}
-void watchdog_enable(void)
-{
- WDT_CONTROL |= WDT_CONTROL_ENABLE_BIT;
-}
-
-void watchdog_disable(void)
-{
- WDT_CONTROL &= ~WDT_CONTROL_ENABLE_BIT;
-}
-
/* Parameters are pushed by hardware, we only care about %EIP */
__attribute__ ((noreturn))
void watchdog_warning(uint32_t errorcode,