vhost: Remove vhost_enable_zcopy in vhost.h
authorAsias He <asias@redhat.com>
Mon, 6 May 2013 08:38:19 +0000 (16:38 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 6 May 2013 10:21:15 +0000 (13:21 +0300)
It is net.c specific.

Signed-off-by: Asias He <asias@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vhost/vhost.h

index ec72686..a7ad635 100644 (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