Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[platform/upstream/kernel-adaptation-pc.git] / arch / powerpc / kvm / book3s_64_mmu_hv.c
index 69efe0d..5880dfb 100644 (file)
@@ -1551,7 +1551,7 @@ static int kvm_htab_release(struct inode *inode, struct file *filp)
        return 0;
 }
 
-static struct file_operations kvm_htab_fops = {
+static const struct file_operations kvm_htab_fops = {
        .read           = kvm_htab_read,
        .write          = kvm_htab_write,
        .llseek         = default_llseek,