]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/char/watchdog/ixp2000_wdt.c
watchdog: Add a simple mmap() stub for shwdt.
[mv-sheeva.git] / drivers / char / watchdog / ixp2000_wdt.c
index 0cfb9b9c4a4b2c47634cf329640b89651a6802ad..692908819e26651cda0aa04ad555a78a651b6a52 100644 (file)
@@ -16,7 +16,6 @@
  * warranty of any kind, whether express or implied.
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/moduleparam.h>
 #include <linux/types.h>
@@ -169,7 +168,7 @@ ixp2000_wdt_release(struct inode *inode, struct file *file)
 }
 
 
-static struct file_operations ixp2000_wdt_fops =
+static const struct file_operations ixp2000_wdt_fops =
 {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,