intel-iommu: mark intel_dma_ops static
authorChristoph Hellwig <hch@lst.de>
Mon, 17 Sep 2018 17:10:31 +0000 (19:10 +0200)
committerTony Luck <tony.luck@intel.com>
Mon, 17 Sep 2018 17:15:58 +0000 (10:15 -0700)
commit02b4da5f84d157f6a27e05ca017bdb74bcf01bee
treedc016e5ee22a79d175b50b449a7d8fcb7ae45687
parent9aa1fbc50d4f0165d4c9445a2ac80a2bf00fb667
intel-iommu: mark intel_dma_ops static

ia64 currently explicitly assigns it to dma_ops, but that same work is
already done by intel_iommu_init a little later, so we can remove the
duplicate assignment and mark the variable static.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/pci-dma.c
drivers/iommu/intel-iommu.c