aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen/arm/hypervisor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xen/arm/hypervisor.h')
-rw-r--r--include/xen/arm/hypervisor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xen/arm/hypervisor.h b/include/xen/arm/hypervisor.h
index 95251512e2c4..44b587b49904 100644
--- a/include/xen/arm/hypervisor.h
+++ b/include/xen/arm/hypervisor.h
@@ -18,7 +18,7 @@ static inline enum paravirt_lazy_mode paravirt_get_lazy_mode(void)
18 return PARAVIRT_LAZY_NONE; 18 return PARAVIRT_LAZY_NONE;
19} 19}
20 20
21extern struct dma_map_ops *xen_dma_ops; 21extern const struct dma_map_ops *xen_dma_ops;
22 22
23#ifdef CONFIG_XEN 23#ifdef CONFIG_XEN
24void __init xen_early_init(void); 24void __init xen_early_init(void);