Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54056
b: refs/heads/master
c: bbe4432
h: refs/heads/master
v: v3
  • Loading branch information
Avi Kivity committed May 3, 2007
1 parent 2bd2e69 commit a8e1a5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: 510043da8582ad49d22a1e9a6b211e6ede10cd2e
refs/heads/master: bbe4432e669ab94fc8059e7ab878cafad7b8d123
2 changes: 1 addition & 1 deletion trunk/drivers/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2299,7 +2299,7 @@ static struct file_operations kvm_chardev_ops = {
};

static struct miscdevice kvm_dev = {
MISC_DYNAMIC_MINOR,
KVM_MINOR,
"kvm",
&kvm_chardev_ops,
};
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/miscdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

#define TUN_MINOR 200
#define HPET_MINOR 228
#define KVM_MINOR 232

struct device;

Expand Down

0 comments on commit a8e1a5f

Please sign in to comment.