]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iommu: Fix prototype of iommu_paging_domain_alloc_flags()
authorJoerg Roedel <jroedel@suse.de>
Tue, 29 Oct 2024 10:54:25 +0000 (11:54 +0100)
committerJoerg Roedel <jroedel@suse.de>
Tue, 29 Oct 2024 13:35:47 +0000 (14:35 +0100)
commitd14772c0d88c387f881a577aa136e1e9b1291d07
tree22c2955b3211199459cd161213d04948a6199ce1
parent4490ccc45fb77f77550bdd65e663af9e1cae6bcb
iommu: Fix prototype of iommu_paging_domain_alloc_flags()

The iommu_paging_domain_alloc_flags() prototype for
non-iommu kernel configurations lacks the 'static inline'
prefixes.

Cc: Jason Gunthorpe <jgg@ziepe.ca>
Cc: Vasant Hegde <vasant.hegde@amd.com>
Fixes: 20858d4ebb42 ("iommu: Introduce iommu_paging_domain_alloc_flags()")
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
include/linux/iommu.h