]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/vhost/net.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[net-next-2.6.git] / drivers / vhost / net.c
index 2f6185c845e03618ca679513aecd55bfb96c76d5..d219070fed3da07b3944ac53363673f310435f33 100644 (file)
@@ -650,7 +650,7 @@ const static struct file_operations vhost_net_fops = {
 };
 
 static struct miscdevice vhost_net_misc = {
-       VHOST_NET_MINOR,
+       MISC_DYNAMIC_MINOR,
        "vhost-net",
        &vhost_net_fops,
 };