]> Git Repo - linux.git/commitdiff
iommu: remove stale declaration left over by a merge conflict
authorLinus Torvalds <[email protected]>
Tue, 26 Nov 2024 02:45:33 +0000 (18:45 -0800)
committerLinus Torvalds <[email protected]>
Tue, 26 Nov 2024 02:45:33 +0000 (18:45 -0800)
The merge commit ae3325f752ef ("Merge branches 'arm/smmu', 'mediatek',
's390', 'ti/omap', 'riscv' and 'core' into next") left a stale
declaration of 'iommu_present()' even though the 'core' branch that was
merged had removed the function (and the declaration).

Remove it for real.

Reported-by: Dmitry Safonov <[email protected]>
Cc: Joerg Roedel <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/iommu.h

index d6aaaec3caf46291dca7e013d0e76b8df65c0ea8..301e97d745c1388c6bce17cebe5e43a566b7b33f 100644 (file)
@@ -841,7 +841,6 @@ static inline void iommu_iotlb_gather_init(struct iommu_iotlb_gather *gather)
        };
 }
 
-extern bool iommu_present(const struct bus_type *bus);
 extern bool device_iommu_capable(struct device *dev, enum iommu_cap cap);
 extern bool iommu_group_has_isolated_msi(struct iommu_group *group);
 struct iommu_domain *iommu_paging_domain_alloc_flags(struct device *dev, unsigned int flags);
This page took 0.064838 seconds and 4 git commands to generate.