[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / watchdog / advantechwdt.c
index 194a3fd36b912e43c81f0aed8cf9cb65bfa050e8..8069be445edc3683f358e644ec7e883d7d4ad40c 100644 (file)
@@ -227,7 +227,7 @@ advwdt_notify_sys(struct notifier_block *this, unsigned long code,
  *     Kernel Interfaces
  */
 
-static struct file_operations advwdt_fops = {
+static const struct file_operations advwdt_fops = {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
        .write          = advwdt_write,
This page took 0.024286 seconds and 5 git commands to generate.