1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00

iommu: Clean up a lingering function prototype

Reported by:	clang
Fixes:		d97838b7c2 ("iommu: eliminate iommu_free_ctx()")
This commit is contained in:
Mark Johnston 2024-11-04 19:38:22 +00:00
parent a905c589be
commit ff84f8b536

View File

@ -76,7 +76,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)