Pull bugzilla-7897 into release branch
[sfrench/cifs-2.6.git] / drivers / ieee1394 / raw1394.c
index a77a832828c84220d6d504c9be4d55101e5754ea..aa9ca8385ec769304e0bc928c51d52be92641aa6 100644 (file)
@@ -3013,7 +3013,7 @@ static struct hpsb_highlevel raw1394_highlevel = {
 };
 
 static struct cdev raw1394_cdev;
-static struct file_operations raw1394_fops = {
+static const struct file_operations raw1394_fops = {
        .owner = THIS_MODULE,
        .read = raw1394_read,
        .write = raw1394_write,