X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fwatchdog%2Fsch311x_wdt.c;h=9c40f48804f5dbbdfb8e301a0264f98ecabc3b0d;hb=b4b7a4ef097f288f724420b473dbf92a89c0ab7e;hp=569eb295a7a80b738b9cffb51de90b1fa651c3ba;hpb=97b5fe8e28d78779e35ac283bacb9eceffd5b4a3;p=mv-sheeva.git diff --git a/drivers/watchdog/sch311x_wdt.c b/drivers/watchdog/sch311x_wdt.c index 569eb295a7a..9c40f48804f 100644 --- a/drivers/watchdog/sch311x_wdt.c +++ b/drivers/watchdog/sch311x_wdt.c @@ -250,7 +250,7 @@ static long sch311x_wdt_ioctl(struct file *file, unsigned int cmd, int new_timeout; void __user *argp = (void __user *)arg; int __user *p = argp; - static struct watchdog_info ident = { + static const struct watchdog_info ident = { .options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE,