Browse Source

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>
Christoph Hellwig 6 years ago
parent
commit
b666287e79
2 changed files with 0 additions and 6 deletions
  1. 0 1
      arch/ia64/include/asm/iommu.h
  2. 0 5
      arch/ia64/kernel/pci-dma.c

+ 0 - 1
arch/ia64/include/asm/iommu.h

@@ -5,7 +5,6 @@
 /* 10 seconds */
 /* 10 seconds */
 #define DMAR_OPERATION_TIMEOUT (((cycles_t) local_cpu_data->itc_freq)*10)
 #define DMAR_OPERATION_TIMEOUT (((cycles_t) local_cpu_data->itc_freq)*10)
 
 
-extern void pci_iommu_shutdown(void);
 extern void no_iommu_init(void);
 extern void no_iommu_init(void);
 #ifdef	CONFIG_INTEL_IOMMU
 #ifdef	CONFIG_INTEL_IOMMU
 extern int force_iommu, no_iommu;
 extern int force_iommu, no_iommu;

+ 0 - 5
arch/ia64/kernel/pci-dma.c

@@ -37,11 +37,6 @@ static int __init pci_iommu_init(void)
 /* Must execute after PCI subsystem */
 /* Must execute after PCI subsystem */
 fs_initcall(pci_iommu_init);
 fs_initcall(pci_iommu_init);
 
 
-void pci_iommu_shutdown(void)
-{
-	return;
-}
-
 void __init
 void __init
 iommu_dma_init(void)
 iommu_dma_init(void)
 {
 {