Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68384
b: refs/heads/master
c: 33830b4
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell authored and Avi Kivity committed Oct 13, 2007
1 parent 9fcf42a commit c069461
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3dea7ca7160f80dd6d31c0bbeb2d871e51b567b6
refs/heads/master: 33830b4f5bdf2bc21d0c10d38beffdce8edcded7
12 changes: 0 additions & 12 deletions trunk/drivers/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,11 +302,6 @@ static struct kvm *kvm_create_vm(void)
return kvm;
}

static int kvm_dev_open(struct inode *inode, struct file *filp)
{
return 0;
}

/*
* Free any memory in @free but not in @dont.
*/
Expand Down Expand Up @@ -376,11 +371,6 @@ static void kvm_free_vcpus(struct kvm *kvm)

}

static int kvm_dev_release(struct inode *inode, struct file *filp)
{
return 0;
}

static void kvm_destroy_vm(struct kvm *kvm)
{
spin_lock(&kvm_lock);
Expand Down Expand Up @@ -2841,8 +2831,6 @@ static long kvm_dev_ioctl(struct file *filp,
}

static struct file_operations kvm_chardev_ops = {
.open = kvm_dev_open,
.release = kvm_dev_release,
.unlocked_ioctl = kvm_dev_ioctl,
.compat_ioctl = kvm_dev_ioctl,
};
Expand Down

0 comments on commit c069461

Please sign in to comment.