Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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