aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristoph Hellwig <[email protected]>2019-07-24 14:09:39 +0200
committerChristoph Hellwig <[email protected]>2019-09-11 12:43:26 +0200
commit0e0d26e779d30086a7e86fcfae2d897bbc5579da (patch)
treee9d46ad62e08671957d024627cd24f36167ae6eb /include
parentefcd5729d97cd19d32911ffdf478bb86ae8e818f (diff)
xen/arm: remove xen_dma_ops
arm and arm64 can just use xen_swiotlb_dma_ops directly like x86, no need for a pointer indirection. Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-by: Julien Grall <[email protected]> Reviewed-by: Stefano Stabellini <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/xen/arm/hypervisor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/xen/arm/hypervisor.h b/include/xen/arm/hypervisor.h
index 2982571f7cc1..43ef24dd030e 100644
--- a/include/xen/arm/hypervisor.h
+++ b/include/xen/arm/hypervisor.h
@@ -19,8 +19,6 @@ static inline enum paravirt_lazy_mode paravirt_get_lazy_mode(void)
return PARAVIRT_LAZY_NONE;
}
-extern const struct dma_map_ops *xen_dma_ops;
-
#ifdef CONFIG_XEN
void __init xen_early_init(void);
#else