]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit137850eacd4c9d0708a27fe6d08d078f58a146a7
treedc016e5ee22a79d175b50b449a7d8fcb7ae45687
parent258d15196385a9d3e1dd26b451d7ad8068564d9b
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