Loading drivers/kvm/kvm_main.c +1 −1 Original line number Diff line number Diff line Loading @@ -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, }; Loading include/linux/miscdevice.h +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ #define TUN_MINOR 200 #define HPET_MINOR 228 #define KVM_MINOR 232 struct device; Loading Loading
drivers/kvm/kvm_main.c +1 −1 Original line number Diff line number Diff line Loading @@ -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, }; Loading
include/linux/miscdevice.h +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ #define TUN_MINOR 200 #define HPET_MINOR 228 #define KVM_MINOR 232 struct device; Loading