X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fwatchdog%2Frc32434_wdt.c;h=d4c29b5311a4d574dea0c4d67300392472c03b3f;hb=72ed73c3f0801e860ee27e53ab6aaf47941ba324;hp=bf12d06b587774ff1a576619427f73e9380195ae;hpb=9e671deb8547638f6504c5f20126b14f5563690d;p=~andy%2Flinux diff --git a/drivers/watchdog/rc32434_wdt.c b/drivers/watchdog/rc32434_wdt.c index bf12d06b587..d4c29b5311a 100644 --- a/drivers/watchdog/rc32434_wdt.c +++ b/drivers/watchdog/rc32434_wdt.c @@ -198,7 +198,7 @@ static long rc32434_wdt_ioctl(struct file *file, unsigned int cmd, void __user *argp = (void __user *)arg; int new_timeout; unsigned int value; - static struct watchdog_info ident = { + static const struct watchdog_info ident = { .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,