[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / watchdog / acquirewdt.c
index 7289f4af93d0e6c90707ceac5f3b0bae1bb10336..c77fe3cf2852a198ff51133c0d79be03918a2960 100644 (file)
@@ -231,7 +231,7 @@ static int acq_notify_sys(struct notifier_block *this, unsigned long code,
  *     Kernel Interfaces
  */
 
-static struct file_operations acq_fops = {
+static const struct file_operations acq_fops = {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
        .write          = acq_write,
This page took 0.023849 seconds and 5 git commands to generate.