]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/watchdog/coh901327_wdt.c
Merge branch 'linus' into core/urgent
[karo-tx-linux.git] / drivers / watchdog / coh901327_wdt.c
index 923cc68dba268fbd9c520de1af5ecca07fac631b..9291506b8b235012fd9825f42bc2c6dad6c26f1b 100644 (file)
@@ -257,7 +257,7 @@ static long coh901327_ioctl(struct file *file, unsigned int cmd,
                struct watchdog_info __user *ident;
                int __user *i;
        } uarg;
-       static struct watchdog_info ident = {
+       static const struct watchdog_info ident = {
                .options                = WDIOF_CARDRESET |
                                          WDIOF_SETTIMEOUT |
                                          WDIOF_KEEPALIVEPING,