diff options
author | Jens Freimann <jfrei@linux.vnet.ibm.com> | 2014-09-30 10:57:27 +0200 |
---|---|---|
committer | Cornelia Huck <cornelia.huck@de.ibm.com> | 2014-10-10 10:37:47 +0200 |
commit | a9fd16544dd3cdc50902ff652e2f57982f113497 (patch) | |
tree | a79d7d45ff505000532f2a0884d6dbdd6a3a6100 /linux-headers/linux/vhost.h | |
parent | fcb2cd928f5519b8241e22411a696be1a7272b1c (diff) |
linux-headers: update to 3.17-rc7
Sync headers with 3.17-rc7
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Jens Freimann <jfrei@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Diffstat (limited to 'linux-headers/linux/vhost.h')
-rw-r--r-- | linux-headers/linux/vhost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-headers/linux/vhost.h b/linux-headers/linux/vhost.h index bb5df43874..c656f61cfc 100644 --- a/linux-headers/linux/vhost.h +++ b/linux-headers/linux/vhost.h @@ -14,7 +14,7 @@ #include <linux/ioctl.h> #include <linux/virtio_config.h> -#include "hw/virtio/virtio_ring.h" +#include <linux/virtio_ring.h> struct vhost_vring_state { unsigned int index; |