aboutsummaryrefslogtreecommitdiff
path: root/include/asm-ia64/machvec_hpzx1_swiotlb.h
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2005-10-28 11:15:25 -0700
committerTony Luck <tony.luck@intel.com>2005-10-28 11:15:25 -0700
commitc85749e6d1df55ca5b23cb1d220ed7df92df8d78 (patch)
tree1f6e41a9d85bc288447e6c71981c5515862f9879 /include/asm-ia64/machvec_hpzx1_swiotlb.h
parent0d9136fdbcdbddcd4eb5ac94c248c039193d4795 (diff)
parent0b9afede3d9c66fef06f1d5ef5ff15c4b97730fc (diff)
Pull hp-machvec into release branch
Diffstat (limited to 'include/asm-ia64/machvec_hpzx1_swiotlb.h')
-rw-r--r--include/asm-ia64/machvec_hpzx1_swiotlb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-ia64/machvec_hpzx1_swiotlb.h b/include/asm-ia64/machvec_hpzx1_swiotlb.h
index 9924b1b00a6..f00a34a148f 100644
--- a/include/asm-ia64/machvec_hpzx1_swiotlb.h
+++ b/include/asm-ia64/machvec_hpzx1_swiotlb.h
@@ -2,7 +2,6 @@
#define _ASM_IA64_MACHVEC_HPZX1_SWIOTLB_h
extern ia64_mv_setup_t dig_setup;
-extern ia64_mv_dma_init hwsw_init;
extern ia64_mv_dma_alloc_coherent hwsw_alloc_coherent;
extern ia64_mv_dma_free_coherent hwsw_free_coherent;
extern ia64_mv_dma_map_single hwsw_map_single;
@@ -26,7 +25,7 @@ extern ia64_mv_dma_sync_sg_for_device hwsw_sync_sg_for_device;
#define platform_name "hpzx1_swiotlb"
#define platform_setup dig_setup
-#define platform_dma_init hwsw_init
+#define platform_dma_init machvec_noop
#define platform_dma_alloc_coherent hwsw_alloc_coherent
#define platform_dma_free_coherent hwsw_free_coherent
#define platform_dma_map_single hwsw_map_single