From 6b1ad46a3bc9ef44f31de546e5a25833e6ca91ec Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Tue, 22 Sep 2015 16:50:59 +0000 Subject: [PATCH] dmar_ctx_dtr() does not exist since r284869. Remove the static function declaration to avoid a cmpile time warning. --- 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 402612b5a6b..71de1672054 100644 --- a/sys/x86/iommu/intel_ctx.c +++ b/sys/x86/iommu/intel_ctx.c @@ -74,7 +74,6 @@ static void dmar_domain_unload_task(void *arg, int pending); static void dmar_unref_domain_locked(struct dmar_unit *dmar, struct dmar_domain *domain); static void dmar_domain_destroy(struct dmar_domain *domain); -static void dmar_ctx_dtr(struct dmar_ctx *ctx); static void dmar_ensure_ctx_page(struct dmar_unit *dmar, int bus)