]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/watchdog/rdc321x_wdt.c
[WATCHDOG] watchdog_info constify
[karo-tx-linux.git] / drivers / watchdog / rdc321x_wdt.c
index 4976bfd1fce6cc66476c21069bd89ae3d5312169..69c6adbd8205c06f155bd8b01f51986500a10098 100644 (file)
@@ -149,7 +149,7 @@ static long rdc321x_wdt_ioctl(struct file *file, unsigned int cmd,
 {
        void __user *argp = (void __user *)arg;
        unsigned int value;
-       static struct watchdog_info ident = {
+       static const struct watchdog_info ident = {
                .options = WDIOF_CARDRESET,
                .identity = "RDC321x WDT",
        };