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
@ -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 New Issue
Block a user