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 f72095868b93..bb7c29b8b9fc 100644 --- a/drivers/vhost/vhost.h +++ b/drivers/vhost/vhost.h @@ -115,9 +115,6 @@ struct vhost_virtqueue {  	/* Last index we used. */  	u16 last_used_idx; -	/* Last used evet we've seen */ -	u16 last_used_event; -  	/* Used flags */  	u16 used_flags; |