aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/pci-dma.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-09-17 19:10:27 +0200
committerTony Luck <tony.luck@intel.com>2018-09-17 10:15:33 -0700
commitb666287e799bb25a6f53dcc5d9ae8cda97c7b5da (patch)
treea7edae02710c52de64850aa1967272ab73b2ce88 /arch/ia64/kernel/pci-dma.c
parentia64: remove the unused bad_dma_address symbol (diff)
downloadlinux-dev-b666287e799bb25a6f53dcc5d9ae8cda97c7b5da.tar.xz
linux-dev-b666287e799bb25a6f53dcc5d9ae8cda97c7b5da.zip
ia64: remove the unused pci_iommu_shutdown function
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to '')
-rw-r--r--arch/ia64/kernel/pci-dma.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/ia64/kernel/pci-dma.c b/arch/ia64/kernel/pci-dma.c
index 924966e5aa25..936af0ec7f8f 100644
--- a/arch/ia64/kernel/pci-dma.c
+++ b/arch/ia64/kernel/pci-dma.c
@@ -37,11 +37,6 @@ static int __init pci_iommu_init(void)
/* Must execute after PCI subsystem */
fs_initcall(pci_iommu_init);
-void pci_iommu_shutdown(void)
-{
- return;
-}
-
void __init
iommu_dma_init(void)
{