]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/block/paride/pf.c
const: make block_device_operations const
[mirror_ubuntu-artful-kernel.git] / drivers / block / paride / pf.c
index 68a90834e99388c366874be2fe4ea554e266831f..ea54ea393553831c6ba4a2066e9cb63859cd4e5b 100644 (file)
@@ -262,7 +262,7 @@ static char *pf_buf;                /* buffer for request in progress */
 
 /* kernel glue structures */
 
-static struct block_device_operations pf_fops = {
+static const struct block_device_operations pf_fops = {
        .owner          = THIS_MODULE,
        .open           = pf_open,
        .release        = pf_release,