Pull misc2-6-36 into release branch
[sfrench/cifs-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,
 };