[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / watchdog / at91_wdt.c
index f61dedc3c96c13e5ef05794c5eaf15c6349dd357..cc266715ea320b029496d0b5ad1d3ece4dc0d77e 100644 (file)
@@ -183,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.024754 seconds and 5 git commands to generate.