X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fwatchdog%2Frc32434_wdt.c;h=d4c29b5311a4d574dea0c4d67300392472c03b3f;hb=87d8a69709d971913e6cc7210450fcb8be963667;hp=bf12d06b587774ff1a576619427f73e9380195ae;hpb=6eb7365db6f3a4a9d8d9922bb0b800f9cbaad641;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,