git: 0a500beeb03b - stable/14 - iommu: Clean up a lingering function prototype
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Nov 2024 20:19:21 UTC
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=0a500beeb03b7a4e39258b402eccf96cff34ead1 commit 0a500beeb03b7a4e39258b402eccf96cff34ead1 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2024-11-04 19:38:22 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-11-09 19:31:28 +0000 iommu: Clean up a lingering function prototype (cherry picked from commit ff84f8b536ceaa9a16b4dca94a1856300be0216b) --- sys/x86/iommu/intel_ctx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/x86/iommu/intel_ctx.c b/sys/x86/iommu/intel_ctx.c index ae74d0456b25..79ab907136e3 100644 --- a/sys/x86/iommu/intel_ctx.c +++ b/sys/x86/iommu/intel_ctx.c @@ -77,7 +77,6 @@ static void dmar_unref_domain_locked(struct dmar_unit *dmar, static void dmar_domain_destroy(struct dmar_domain *domain); static void dmar_free_ctx_locked(struct dmar_unit *dmar, struct dmar_ctx *ctx); -static void dmar_free_ctx(struct dmar_ctx *ctx); static void dmar_ensure_ctx_page(struct dmar_unit *dmar, int bus)