]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/char/watchdog/cpu5wdt.c
watchdog: Add a simple mmap() stub for shwdt.
[mv-sheeva.git] / drivers / char / watchdog / cpu5wdt.c
index 3e8410b5a65e17504e0ae2cad18a113ad2b02aef..04c7e49918db0b5d491521f63a2415d318f0443a 100644 (file)
@@ -198,7 +198,7 @@ static ssize_t cpu5wdt_write(struct file *file, const char __user *buf, size_t c
        return count;
 }
 
-static struct file_operations cpu5wdt_fops = {
+static const struct file_operations cpu5wdt_fops = {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
        .ioctl          = cpu5wdt_ioctl,