diff options
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 cc23bc456d15..08ebf58dfcf4 100644 --- a/drivers/vhost/vhost.h +++ b/drivers/vhost/vhost.h | |||
@@ -178,9 +178,6 @@ enum { | |||
178 | (1ULL << VIRTIO_RING_F_INDIRECT_DESC) | | 178 | (1ULL << VIRTIO_RING_F_INDIRECT_DESC) | |
179 | (1ULL << VIRTIO_RING_F_EVENT_IDX) | | 179 | (1ULL << VIRTIO_RING_F_EVENT_IDX) | |
180 | (1ULL << VHOST_F_LOG_ALL), | 180 | (1ULL << VHOST_F_LOG_ALL), |
181 | VHOST_NET_FEATURES = VHOST_FEATURES | | ||
182 | (1ULL << VHOST_NET_F_VIRTIO_NET_HDR) | | ||
183 | (1ULL << VIRTIO_NET_F_MRG_RXBUF), | ||
184 | }; | 181 | }; |
185 | 182 | ||
186 | static inline int vhost_has_feature(struct vhost_dev *dev, int bit) | 183 | static inline int vhost_has_feature(struct vhost_dev *dev, int bit) |