iommu: Clean up a lingering function prototype

(cherry picked from commit ff84f8b536)
This commit is contained in:
Mark Johnston 2024-11-04 19:38:22 +00:00 committed by Konstantin Belousov
parent ae81fb2db3
commit 0a500beeb0

View file

@ -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)