aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/virtio_ring.h
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2013-07-08 11:31:06 +0930
committerRusty Russell <rusty@rustcorp.com.au>2013-07-09 10:47:53 +0930
commitc5610a5d7188b90fe0f927d2513bf684fb0bc427 (patch)
tree206f0e6b1bbed0a617b1f04c63dd3dab18b6b146 /include/linux/virtio_ring.h
parentvirtio: VIRTIO_F_ANY_LAYOUT feature (diff)
downloadlinux-dev-c5610a5d7188b90fe0f927d2513bf684fb0bc427.tar.xz
linux-dev-c5610a5d7188b90fe0f927d2513bf684fb0bc427.zip
virtio: include asm/barrier explicitly
virtio_ring.h uses mb() and friends, make it pull in asm/barrier.h itself, not rely on other headers to do it. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'include/linux/virtio_ring.h')
-rw-r--r--include/linux/virtio_ring.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/virtio_ring.h b/include/linux/virtio_ring.h
index ca3ad41c2c82..b300787af8e0 100644
--- a/include/linux/virtio_ring.h
+++ b/include/linux/virtio_ring.h
@@ -1,6 +1,7 @@
#ifndef _LINUX_VIRTIO_RING_H
#define _LINUX_VIRTIO_RING_H
+#include <asm/barrier.h>
#include <linux/irqreturn.h>
#include <uapi/linux/virtio_ring.h>