From: Petr Mladek Date: Sat, 26 Jul 2014 21:55:01 +0000 (+0930) Subject: module: return bool from within_module*() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~91^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76681c8faa07f9e07caa3cc69f235c8719b2a6ea;p=pandora-kernel.git module: return bool from within_module*() The within_module*() functions return only true or false. Let's use bool as the return type. Note that it should not change kABI because these are inline functions. Signed-off-by: Petr Mladek Signed-off-by: Rusty Russell --- Reading git-diff-tree failed