diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/misc/mei/wd.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/misc/mei/wd.c b/drivers/misc/mei/wd.c index 3006cca34b16..94f2c0a12d94 100644 --- a/drivers/misc/mei/wd.c +++ b/drivers/misc/mei/wd.c | |||
@@ -341,7 +341,9 @@ static const struct watchdog_ops wd_ops = { | |||
341 | }; | 341 | }; |
342 | static const struct watchdog_info wd_info = { | 342 | static const struct watchdog_info wd_info = { |
343 | .identity = INTEL_AMT_WATCHDOG_ID, | 343 | .identity = INTEL_AMT_WATCHDOG_ID, |
344 | .options = WDIOF_KEEPALIVEPING | WDIOF_ALARMONLY, | 344 | .options = WDIOF_KEEPALIVEPING | |
345 | WDIOF_SETTIMEOUT | | ||
346 | WDIOF_ALARMONLY, | ||
345 | }; | 347 | }; |
346 | 348 | ||
347 | static struct watchdog_device amt_wd_dev = { | 349 | static struct watchdog_device amt_wd_dev = { |