Skip to content

Commit

Permalink
vhost: Remove vhost_enable_zcopy in vhost.h
Browse files Browse the repository at this point in the history
It is net.c specific.

Signed-off-by: Asias He <asias@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
  • Loading branch information
Asias He authored and Michael S. Tsirkin committed May 6, 2013
1 parent ab00c42 commit e40ab74
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/vhost/vhost.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e40ab74

Please sign in to comment.