]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/sbus/char/jsflash.c
const: make block_device_operations const
[mirror_ubuntu-artful-kernel.git] / drivers / sbus / char / jsflash.c
index 6d46516846884515bd56b35a9f0d28b342df1b03..869a30b49edc93620b38848b369395dbae37bf13 100644 (file)
@@ -452,7 +452,7 @@ static const struct file_operations jsf_fops = {
 
 static struct miscdevice jsf_dev = { JSF_MINOR, "jsflash", &jsf_fops };
 
-static struct block_device_operations jsfd_fops = {
+static const struct block_device_operations jsfd_fops = {
        .owner =        THIS_MODULE,
 };