X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmacintosh%2Fnvram.c;h=b195d753d2edb30a85a0a1d1acfce03e332e1ffe;hb=ea0c62f7cf70f13a67830471b613337bd0c9a62e;hp=30791875fc975176c96b11b43413f9fb548583fc;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=linux-2.6 diff --git a/drivers/macintosh/nvram.c b/drivers/macintosh/nvram.c index 30791875fc..b195d753d2 100644 --- a/drivers/macintosh/nvram.c +++ b/drivers/macintosh/nvram.c @@ -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,