diff options
Diffstat (limited to 'arch/mips/include/asm/netlogic/common.h')
-rw-r--r-- | arch/mips/include/asm/netlogic/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/netlogic/common.h b/arch/mips/include/asm/netlogic/common.h index be52c2125d71..e0717d10e650 100644 --- a/arch/mips/include/asm/netlogic/common.h +++ b/arch/mips/include/asm/netlogic/common.h | |||
@@ -88,7 +88,7 @@ extern struct plat_smp_ops nlm_smp_ops; | |||
88 | extern char nlm_reset_entry[], nlm_reset_entry_end[]; | 88 | extern char nlm_reset_entry[], nlm_reset_entry_end[]; |
89 | 89 | ||
90 | /* SWIOTLB */ | 90 | /* SWIOTLB */ |
91 | extern struct dma_map_ops nlm_swiotlb_dma_ops; | 91 | extern const struct dma_map_ops nlm_swiotlb_dma_ops; |
92 | 92 | ||
93 | extern unsigned int nlm_threads_per_core; | 93 | extern unsigned int nlm_threads_per_core; |
94 | extern cpumask_t nlm_cpumask; | 94 | extern cpumask_t nlm_cpumask; |