X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=drivers%2Fwatchdog%2Fi6300esb.c;h=2fbe7fea7ee6bd9aaad78829732252f98b070e73;hb=42747d712de56cf2087b702d2ad90af114c53138;hp=7ba0b11ec525d2bd84f4ebfe72b4e0e5912ff2b4;hpb=cda61c9420028ddd251b60f1445c9eed756991c7;p=mirror_ubuntu-zesty-kernel.git 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) int new_heartbeat; void __user *argp = (void __user *)arg; int __user *p = argp; - static struct watchdog_info ident = { + static const struct watchdog_info ident = { .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,