]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/char/watchdog/i8xx_tco.c
watchdog: Add a simple mmap() stub for shwdt.
[mv-sheeva.git] / drivers / char / watchdog / i8xx_tco.c
index bfbdbbf3c2f279a6fa2027e9837bbb4d539e6818..8385dd36eefe0fd7074306d7eacec6b4d4b25826 100644 (file)
@@ -378,7 +378,7 @@ static int i8xx_tco_notify_sys (struct notifier_block *this, unsigned long code,
  *     Kernel Interfaces
  */
 
-static struct file_operations i8xx_tco_fops = {
+static const struct file_operations i8xx_tco_fops = {
        .owner =        THIS_MODULE,
        .llseek =       no_llseek,
        .write =        i8xx_tco_write,