From: Asias He Date: Mon, 6 May 2013 08:38:19 +0000 (+0800) Subject: vhost: Remove vhost_enable_zcopy in vhost.h X-Git-Tag: v3.10-rc1~66^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e40ab7484f8e9cc9f5e59ae53214800e50f5615e;p=karo-tx-linux.git vhost: Remove vhost_enable_zcopy in vhost.h It is net.c specific. Signed-off-by: Asias He Signed-off-by: Michael S. Tsirkin --- 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