]> err.no Git - linux-2.6/blobdiff - drivers/isdn/hardware/eicon/divamnt.c
[PATCH] mark struct file_operations const 3
[linux-2.6] / drivers / isdn / hardware / eicon / divamnt.c
index 77155d9f399bc1d1b46c2323ac4f6bedb48b30db..6b2940ed077692c66f030c761997d060403918c2 100644 (file)
@@ -164,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,