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:
parent
a905c589be
commit
ff84f8b536
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user