[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / watchdog / at91_wdt.c
index 00080655533d338ae6438b8b3d37c4707f125fff..cc266715ea320b029496d0b5ad1d3ece4dc0d77e 100644 (file)
@@ -9,7 +9,6 @@
  * 2 of the License, or (at your option) any later version.
  */
 
-#include <linux/config.h>
 #include <linux/errno.h>
 #include <linux/fs.h>
 #include <linux/init.h>
@@ -184,7 +183,7 @@ static ssize_t at91_wdt_write(struct file *file, const char *data, size_t len, l
 
 /* ......................................................................... */
 
-static struct file_operations at91wdt_fops = {
+static const struct file_operations at91wdt_fops = {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
        .ioctl          = at91_wdt_ioctl,
This page took 0.028074 seconds and 5 git commands to generate.