iommu-helper: mark iommu_is_span_boundary as inline
authorChristoph Hellwig <hch@lst.de>
Tue, 3 Apr 2018 13:41:07 +0000 (15:41 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 9 May 2018 04:55:44 +0000 (06:55 +0200)
commit79c1879ee5473e3404469b07f9bccfe6d0814b93
tree7dfd4e224cd8bf1e4790ba8505fd25569f019155
parent33782714dc53cfb9b8b02e852f3d239e5820cf42
iommu-helper: mark iommu_is_span_boundary as inline

This avoids selecting IOMMU_HELPER just for this function.  And we only
use it once or twice in normal builds so this often even is a size
reduction.

Signed-off-by: Christoph Hellwig <hch@lst.de>
13 files changed:
arch/alpha/Kconfig
arch/arm/Kconfig
arch/arm64/Kconfig
arch/ia64/Kconfig
arch/mips/cavium-octeon/Kconfig
arch/mips/loongson64/Kconfig
arch/mips/netlogic/Kconfig
arch/powerpc/Kconfig
arch/unicore32/mm/Kconfig
arch/x86/Kconfig
drivers/parisc/Kconfig
include/linux/iommu-helper.h
lib/iommu-helper.c