]> 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)
commit8f7c3ab05ed2a75704462d8d99d53b132b48dcd6
treedc016e5ee22a79d175b50b449a7d8fcb7ae45687
parent80648528be986714e073c122b8b72083cfc8f8b8
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