diff options
author | Christoph Hellwig <hch@lst.de> | 2018-09-17 19:10:28 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2018-09-17 10:15:39 -0700 |
commit | 361a2ab91b0f925779c98f32a01e5ed27dc8d261 (patch) | |
tree | 9d923a65f2c50c25d853b7f3434672affc129de3 /arch/ia64/kernel | |
parent | b666287e799bb25a6f53dcc5d9ae8cda97c7b5da (diff) | |
download | linux-361a2ab91b0f925779c98f32a01e5ed27dc8d261.tar.bz2 |
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/kernel')
-rw-r--r-- | arch/ia64/kernel/pci-dma.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/ia64/kernel/pci-dma.c b/arch/ia64/kernel/pci-dma.c index 936af0ec7f8f..afb43677f9ca 100644 --- a/arch/ia64/kernel/pci-dma.c +++ b/arch/ia64/kernel/pci-dma.c @@ -37,12 +37,6 @@ static int __init pci_iommu_init(void) /* Must execute after PCI subsystem */ fs_initcall(pci_iommu_init); -void __init -iommu_dma_init(void) -{ - return; -} - void __init pci_iommu_alloc(void) { dma_ops = &intel_dma_ops; |