[PATCH] make more file_operation structs static
[linux-2.6-microblaze.git] / drivers / char / watchdog / ib700wdt.c
index a2e53c7..fd95f73 100644 (file)
@@ -255,7 +255,7 @@ ibwdt_notify_sys(struct notifier_block *this, unsigned long code,
  *     Kernel Interfaces
  */
 
-static struct file_operations ibwdt_fops = {
+static const struct file_operations ibwdt_fops = {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
        .write          = ibwdt_write,