Commit 361a2ab9 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Tony Luck

ia64: remove the unused iommu_dma_init function

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent b666287e
......@@ -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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment