dmar_ctx_dtr() does not exist since r284869. Remove the static function

declaration to avoid a cmpile time warning.
This commit is contained in:
Bjoern A. Zeeb 2015-09-22 16:50:59 +00:00
parent 9063d39e49
commit 6b1ad46a3b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288118

View File

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