diff options
author | Jason Wang <jasowang@redhat.com> | 2016-11-18 02:58:39 -0500 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2016-12-15 17:13:38 -0500 |
commit | 8d390464bf22a47252eb976efae2f462c5c884e5 (patch) | |
tree | 1192f6be68a6509516dd08a036753af87e9fcf42 | |
parent | 0c7eaf5930e145b9f1a0121bd5813a05b0fc77f2 (diff) |
vhost: remove unused feature bit
Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | include/uapi/linux/vhost.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/uapi/linux/vhost.h b/include/uapi/linux/vhost.h index 56b7ab584cc0..60180c0b5dc6 100644 --- a/include/uapi/linux/vhost.h +++ b/include/uapi/linux/vhost.h | |||
@@ -172,8 +172,6 @@ struct vhost_memory { | |||
172 | #define VHOST_F_LOG_ALL 26 | 172 | #define VHOST_F_LOG_ALL 26 |
173 | /* vhost-net should add virtio_net_hdr for RX, and strip for TX packets. */ | 173 | /* vhost-net should add virtio_net_hdr for RX, and strip for TX packets. */ |
174 | #define VHOST_NET_F_VIRTIO_NET_HDR 27 | 174 | #define VHOST_NET_F_VIRTIO_NET_HDR 27 |
175 | /* Vhost have device IOTLB */ | ||
176 | #define VHOST_F_DEVICE_IOTLB 63 | ||
177 | 175 | ||
178 | /* VHOST_SCSI specific definitions */ | 176 | /* VHOST_SCSI specific definitions */ |
179 | 177 | ||