diff options
Diffstat (limited to 'arch/ia64/include/asm/machvec_hpzx1.h')
-rw-r--r-- | arch/ia64/include/asm/machvec_hpzx1.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/ia64/include/asm/machvec_hpzx1.h b/arch/ia64/include/asm/machvec_hpzx1.h index 2f57f5144b9f..dd4140b4dd2f 100644 --- a/arch/ia64/include/asm/machvec_hpzx1.h +++ b/arch/ia64/include/asm/machvec_hpzx1.h | |||
@@ -2,6 +2,7 @@ | |||
2 | #define _ASM_IA64_MACHVEC_HPZX1_h | 2 | #define _ASM_IA64_MACHVEC_HPZX1_h |
3 | 3 | ||
4 | extern ia64_mv_setup_t dig_setup; | 4 | extern ia64_mv_setup_t dig_setup; |
5 | extern ia64_mv_dma_init sba_dma_init; | ||
5 | extern ia64_mv_dma_alloc_coherent sba_alloc_coherent; | 6 | extern ia64_mv_dma_alloc_coherent sba_alloc_coherent; |
6 | extern ia64_mv_dma_free_coherent sba_free_coherent; | 7 | extern ia64_mv_dma_free_coherent sba_free_coherent; |
7 | extern ia64_mv_dma_map_single_attrs sba_map_single_attrs; | 8 | extern ia64_mv_dma_map_single_attrs sba_map_single_attrs; |
@@ -20,7 +21,7 @@ extern ia64_mv_dma_mapping_error sba_dma_mapping_error; | |||
20 | */ | 21 | */ |
21 | #define platform_name "hpzx1" | 22 | #define platform_name "hpzx1" |
22 | #define platform_setup dig_setup | 23 | #define platform_setup dig_setup |
23 | #define platform_dma_init machvec_noop | 24 | #define platform_dma_init sba_dma_init |
24 | #define platform_dma_alloc_coherent sba_alloc_coherent | 25 | #define platform_dma_alloc_coherent sba_alloc_coherent |
25 | #define platform_dma_free_coherent sba_free_coherent | 26 | #define platform_dma_free_coherent sba_free_coherent |
26 | #define platform_dma_map_single_attrs sba_map_single_attrs | 27 | #define platform_dma_map_single_attrs sba_map_single_attrs |