X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Fwatchdog%2Falim1535_wdt.c;h=1e9caea8ff8a283e87509624dd9ca8fc996f96e2;hb=bb6f36070cf53ebf08383a026e1d3a437cb310d1;hp=937a80fb61e124d96feaf014da38e4b4c194ec3b;hpb=143a2e54bf53216674eada16e8953f48b159e08a;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/watchdog/alim1535_wdt.c b/drivers/watchdog/alim1535_wdt.c index 937a80f..1e9caea 100644 --- a/drivers/watchdog/alim1535_wdt.c +++ b/drivers/watchdog/alim1535_wdt.c @@ -180,7 +180,7 @@ static long ali_ioctl(struct file *file, unsigned int cmd, unsigned long arg) { 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,