From e40ab7484f8e9cc9f5e59ae53214800e50f5615e Mon Sep 17 00:00:00 2001 From: Asias He Date: Mon, 6 May 2013 16:38:19 +0800 Subject: vhost: Remove vhost_enable_zcopy in vhost.h It is net.c specific. Signed-off-by: Asias He Signed-off-by: Michael S. Tsirkin --- drivers/vhost/vhost.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers/vhost') 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 -- cgit v1.2.3