module: begin_expose() and content() take a non-const module pointer

This commit is contained in:
Daniel Eklöf 2018-12-19 19:03:19 +01:00
parent b579f97db7
commit 7f0f096ba4
9 changed files with 15 additions and 15 deletions

View file

@ -255,7 +255,7 @@ run(struct module_run_context *ctx)
}
static struct exposable *
content(const struct module *mod)
content(struct module *mod)
{
struct private *m = mod->private;