From: Petr Mladek Date: Sat, 26 Jul 2014 21:54:01 +0000 (+0930) Subject: module: add within_module() function X-Git-Tag: omap-for-v3.17/fixes-against-rc2~91^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b20a352d78a7651aa68a9220f77ccb03009d892;p=pandora-kernel.git module: add within_module() function 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 Signed-off-by: Rusty Russell --- Reading git-diff-tree failed