[PATCH] Fix priority mistakes in fs/ocfs2/{alloc.c, dlmglue.c}
[sfrench/cifs-2.6.git] / block / bsg.c
index b8ddfc66f210aac023479291a95ea1627f396950..8e181ab3afb9a515f38195b450145002a2be044d 100644 (file)
@@ -908,7 +908,7 @@ static long bsg_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
        }
 }
 
-static struct file_operations bsg_fops = {
+static const struct file_operations bsg_fops = {
        .read           =       bsg_read,
        .write          =       bsg_write,
        .poll           =       bsg_poll,