mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
dmar_ctx_dtr() does not exist since r284869. Remove the static function
declaration to avoid a cmpile time warning.
This commit is contained in:
parent
9063d39e49
commit
6b1ad46a3b
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue