1
0
Fork 0

vhost: Remove vhost_enable_zcopy in vhost.h

It is net.c specific.

Signed-off-by: Asias He <asias@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hifive-unleashed-5.1
Asias He 2013-05-06 16:38:19 +08:00 committed by Michael S. Tsirkin
parent ab00c42a56
commit e40ab7484f
1 changed files with 0 additions and 3 deletions

View File

@ -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