aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/vhost')
-rw-r--r--drivers/vhost/net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c
index 17927b1f9334..861af4a8b79c 100644
--- a/drivers/vhost/net.c
+++ b/drivers/vhost/net.c
@@ -877,6 +877,7 @@ static const struct file_operations vhost_net_fops = {
877 .compat_ioctl = vhost_net_compat_ioctl, 877 .compat_ioctl = vhost_net_compat_ioctl,
878#endif 878#endif
879 .open = vhost_net_open, 879 .open = vhost_net_open,
880 .llseek = noop_llseek,
880}; 881};
881 882
882static struct miscdevice vhost_net_misc = { 883static struct miscdevice vhost_net_misc = {