diff options
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2013-11-06 13:38:28 +0100 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2013-11-08 22:12:28 +0100 |
commit | ffc555be09bd2603abdbc6f8b64c6a7477facc48 (patch) | |
tree | 65fcde50c325c51d82077c965e4dde4cfa06c466 /arch/arm64 | |
parent | Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-... (diff) | |
download | linux-ffc555be09bd2603abdbc6f8b64c6a7477facc48.tar.xz linux-ffc555be09bd2603abdbc6f8b64c6a7477facc48.zip |
arm,arm64/include/asm/io.h: define struct bio_vec
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/include/asm/io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/io.h b/arch/arm64/include/asm/io.h index c163287b9871..757c87a04531 100644 --- a/arch/arm64/include/asm/io.h +++ b/arch/arm64/include/asm/io.h @@ -266,6 +266,7 @@ extern int devmem_is_allowed(unsigned long pfn); */ #define xlate_dev_kmem_ptr(p) p +struct bio_vec; extern bool xen_biovec_phys_mergeable(const struct bio_vec *vec1, const struct bio_vec *vec2); #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) \ |