]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/watchdog/mv64x60_wdt.c
drm/radeon/r600: fix tiling issues in CS checker.
[mv-sheeva.git] / drivers / watchdog / mv64x60_wdt.c
index a51dbe4c43da71da2591750a6081a0e7473c4f98..97f8a48d8b7870efbae1b9173d58295f65e2dd71 100644 (file)
@@ -179,7 +179,7 @@ static long mv64x60_wdt_ioctl(struct file *file,
        int timeout;
        int options;
        void __user *argp = (void __user *)arg;
-       static struct watchdog_info info = {
+       static const struct watchdog_info info = {
                .options =      WDIOF_SETTIMEOUT        |
                                WDIOF_MAGICCLOSE        |
                                WDIOF_KEEPALIVEPING,