]> err.no Git - linux-2.6/blobdiff - drivers/macintosh/nvram.c
cciss: fix regression that no device nodes are created if no logical drives are confi...
[linux-2.6] / drivers / macintosh / nvram.c
index 30791875fc975176c96b11b43413f9fb548583fc..b195d753d2edb30a85a0a1d1acfce03e332e1ffe 100644 (file)
@@ -100,7 +100,7 @@ static int nvram_ioctl(struct inode *inode, struct file *file,
        return 0;
 }
 
-struct file_operations nvram_fops = {
+const struct file_operations nvram_fops = {
        .owner          = THIS_MODULE,
        .llseek         = nvram_llseek,
        .read           = read_nvram,