diff options
Diffstat (limited to 'drivers/watchdog/omap_wdt.c')
-rw-r--r-- | drivers/watchdog/omap_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index 9f2709db61ca..1e6be9e40577 100644 --- a/drivers/watchdog/omap_wdt.c +++ b/drivers/watchdog/omap_wdt.c | |||
@@ -189,7 +189,7 @@ static int omap_wdt_set_timeout(struct watchdog_device *wdog, | |||
189 | } | 189 | } |
190 | 190 | ||
191 | static const struct watchdog_info omap_wdt_info = { | 191 | static const struct watchdog_info omap_wdt_info = { |
192 | .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING, | 192 | .options = WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE | WDIOF_KEEPALIVEPING, |
193 | .identity = "OMAP Watchdog", | 193 | .identity = "OMAP Watchdog", |
194 | }; | 194 | }; |
195 | 195 | ||