diff options
author | Christoph Hellwig <hch@lst.de> | 2018-09-17 20:10:28 +0300 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2018-09-17 20:15:39 +0300 |
commit | 361a2ab91b0f925779c98f32a01e5ed27dc8d261 (patch) | |
tree | 9d923a65f2c50c25d853b7f3434672affc129de3 /arch/ia64/include | |
parent | b666287e799bb25a6f53dcc5d9ae8cda97c7b5da (diff) | |
download | linux-361a2ab91b0f925779c98f32a01e5ed27dc8d261.tar.xz |
ia64: remove the unused iommu_dma_init function
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/include')
-rw-r--r-- | arch/ia64/include/asm/iommu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/include/asm/iommu.h b/arch/ia64/include/asm/iommu.h index 5397e5aa3704..7429a72f3f92 100644 --- a/arch/ia64/include/asm/iommu.h +++ b/arch/ia64/include/asm/iommu.h @@ -15,7 +15,6 @@ extern int iommu_detected; #define no_iommu (1) #define iommu_detected (0) #endif -extern void iommu_dma_init(void); extern void machvec_init(const char *name); #endif |