]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/telephony/ixj.c
[PATCH] mark struct file_operations const 6
[linux-2.6-omap-h63xx.git] / drivers / telephony / ixj.c
index 58deaac5b373ef654c65adc9dae0c345f7598dc7..71cb64e41a1bb6721e47c63de681af7baa0655cf 100644 (file)
@@ -6663,7 +6663,7 @@ static int ixj_fasync(int fd, struct file *file_p, int mode)
        return fasync_helper(fd, file_p, mode, &j->async_queue);
 }
 
-static struct file_operations ixj_fops =
+static const struct file_operations ixj_fops =
 {
         .owner          = THIS_MODULE,
         .read           = ixj_enhanced_read,