diff options
author | Asias He <asias@redhat.com> | 2013-05-06 16:38:19 +0800 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2013-05-06 13:21:15 +0300 |
commit | e40ab7484f8e9cc9f5e59ae53214800e50f5615e (patch) | |
tree | 745e23e89ca539375467e0b1bbcfd7331b0ac565 /drivers/vhost/vhost.h | |
parent | ab00c42a567b21024383db3fac98118497d6270b (diff) | |
download | talos-obmc-linux-e40ab7484f8e9cc9f5e59ae53214800e50f5615e.tar.gz talos-obmc-linux-e40ab7484f8e9cc9f5e59ae53214800e50f5615e.zip |
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>
Diffstat (limited to 'drivers/vhost/vhost.h')
-rw-r--r-- | drivers/vhost/vhost.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/vhost/vhost.h b/drivers/vhost/vhost.h index ec72686a2797..a7ad63592987 100644 --- a/drivers/vhost/vhost.h +++ b/drivers/vhost/vhost.h @@ -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 |