diff options
author | Christoph Hellwig <hch@lst.de> | 2018-04-03 15:41:07 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-05-09 06:55:44 +0200 |
commit | 79c1879ee5473e3404469b07f9bccfe6d0814b93 (patch) | |
tree | 7dfd4e224cd8bf1e4790ba8505fd25569f019155 /drivers/parisc | |
parent | 33782714dc53cfb9b8b02e852f3d239e5820cf42 (diff) |
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>
Diffstat (limited to 'drivers/parisc')
-rw-r--r-- | drivers/parisc/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/parisc/Kconfig b/drivers/parisc/Kconfig index 3a102a84d637..5a48b5606110 100644 --- a/drivers/parisc/Kconfig +++ b/drivers/parisc/Kconfig @@ -103,11 +103,6 @@ config IOMMU_SBA depends on PCI_LBA default PCI_LBA -config IOMMU_HELPER - bool - depends on IOMMU_SBA || IOMMU_CCIO - default y - source "drivers/pcmcia/Kconfig" endmenu |