]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ieee1394/dv1394.c
[PATCH] mark struct file_operations const 3
[linux-2.6-omap-h63xx.git] / drivers / ieee1394 / dv1394.c
index 55d6ae664fd621639815a6c06b266e4348a19cc3..dee9529aa8e7e3a742e1223fc4bd51d63f87c6fd 100644 (file)
@@ -2147,7 +2147,7 @@ out:
 }
 
 static struct cdev dv1394_cdev;
-static struct file_operations dv1394_fops=
+static const struct file_operations dv1394_fops=
 {
        .owner =        THIS_MODULE,
        .poll =         dv1394_poll,