[PATCH] mark struct file_operations const 3
[deliverable/linux.git] / drivers / isdn / hardware / eicon / divamnt.c
index b163c5909182d40286c0b01ce41a18448efd40a2..6b2940ed077692c66f030c761997d060403918c2 100644 (file)
@@ -10,7 +10,6 @@
  * of the GNU General Public License, incorporated herein by reference.
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/kernel.h>
@@ -165,7 +164,7 @@ static ssize_t divas_maint_read(struct file *file, char __user *buf,
        return (maint_read_write(buf, (int) count));
 }
 
-static struct file_operations divas_maint_fops = {
+static const struct file_operations divas_maint_fops = {
        .owner   = THIS_MODULE,
        .llseek  = no_llseek,
        .read    = divas_maint_read,
This page took 0.041118 seconds and 5 git commands to generate.