]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ia64: remove the unused pci_iommu_shutdown function
authorChristoph Hellwig <hch@lst.de>
Mon, 17 Sep 2018 17:10:27 +0000 (19:10 +0200)
committerTony Luck <tony.luck@intel.com>
Mon, 17 Sep 2018 17:15:33 +0000 (10:15 -0700)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/include/asm/iommu.h
arch/ia64/kernel/pci-dma.c

index 156b9d8e19327970a73e2f7ed102af6d26416809..5397e5aa37046f06d6c32eca72d86a7193ff1848 100644 (file)
@@ -5,7 +5,6 @@
 /* 10 seconds */
 #define DMAR_OPERATION_TIMEOUT (((cycles_t) local_cpu_data->itc_freq)*10)
 
-extern void pci_iommu_shutdown(void);
 extern void no_iommu_init(void);
 #ifdef CONFIG_INTEL_IOMMU
 extern int force_iommu, no_iommu;
index 924966e5aa259a21a54155c634c1468be1411ba6..936af0ec7f8f5ea815dea26e9c9cd53126bb918c 100644 (file)
@@ -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)
 {