aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/i6300esb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/watchdog/i6300esb.c')
-rw-r--r--drivers/watchdog/i6300esb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/i6300esb.c b/drivers/watchdog/i6300esb.c
index 7ba0b11ec525..2fbe7fea7ee6 100644
--- a/drivers/watchdog/i6300esb.c
+++ b/drivers/watchdog/i6300esb.c
@@ -256,7 +256,7 @@ static long esb_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
256 int new_heartbeat; 256 int new_heartbeat;
257 void __user *argp = (void __user *)arg; 257 void __user *argp = (void __user *)arg;
258 int __user *p = argp; 258 int __user *p = argp;
259 static struct watchdog_info ident = { 259 static const struct watchdog_info ident = {
260 .options = WDIOF_SETTIMEOUT | 260 .options = WDIOF_SETTIMEOUT |
261 WDIOF_KEEPALIVEPING | 261 WDIOF_KEEPALIVEPING |
262 WDIOF_MAGICCLOSE, 262 WDIOF_MAGICCLOSE,