module: add within_module() function
authorPetr Mladek <pmladek@suse.cz>
Sat, 26 Jul 2014 21:54:01 +0000 (07:24 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Sun, 27 Jul 2014 11:22:43 +0000 (20:52 +0930)
It is just a small optimization that allows to replace few
occurrences of within_module_init() || within_module_core()
with a single call.

Signed-off-by: Petr Mladek <pmladek@suse.cz>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

No differences found