]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/watchdog/mpc8xx_wdt.c
[PATCH] vt: Make vt_pid a struct pid (making it pid wrap around safe).
[linux-2.6-omap-h63xx.git] / drivers / char / watchdog / mpc8xx_wdt.c
index b2fc71e20850191abc640b901ae63bb51184fb74..35dd9e6e114023e5b9d65a801b23e8a728be1263 100644 (file)
@@ -9,7 +9,6 @@
  * or implied.
  */
 
-#include <linux/config.h>
 #include <linux/fs.h>
 #include <linux/init.h>
 #include <linux/kernel.h>
@@ -133,7 +132,7 @@ static int mpc8xx_wdt_ioctl(struct inode *inode, struct file *file,
        return 0;
 }
 
-static struct file_operations mpc8xx_wdt_fops = {
+static const struct file_operations mpc8xx_wdt_fops = {
        .owner = THIS_MODULE,
        .llseek = no_llseek,
        .write = mpc8xx_wdt_write,