Commit e40ab748 authored by Asias He's avatar Asias He Committed by Michael S. Tsirkin

vhost: Remove vhost_enable_zcopy in vhost.h

It is net.c specific.
Signed-off-by: default avatarAsias He <asias@redhat.com>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent ab00c42a
......@@ -186,7 +186,4 @@ static inline int vhost_has_feature(struct vhost_dev *dev, int bit)
acked_features = rcu_dereference_index_check(dev->acked_features, 1);
return acked_features & (1 << bit);
}
void vhost_enable_zcopy(int vq);
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment