Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 69e7dae4 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

ip_vs.h: fix implicit use of module_get/module_put from module.h



This file was using the module get/put functions in two simple inline
functions.  But module_get/put were only within scope because of
the implicit presence of module.h being everywhere.

Rather than add module.h to another file in include/  -- which is
exactly the thing we are trying to avoid, simply convert these
one-line functions into a define, as per what was done for the
device_schedule_callback() in commit 523ded71.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 34641c6d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment