From: Herbert Xu Date: Wed, 22 Apr 2015 03:28:46 +0000 (+0800) Subject: crypto: api - Move module sig ifdef into accessor function X-Git-Tag: omap-for-v4.2/fixes-rc1^2~164^2~251 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59afdc7b32143528524455039e7557a46b60e4c8;p=pandora-kernel.git crypto: api - Move module sig ifdef into accessor function Currently we're hiding mod->sig_ok under an ifdef in open code. This patch adds a module_sig_ok accessor function and removes that ifdef. Signed-off-by: Herbert Xu Acked-by: Rusty Russell --- Reading git-diff-tree failed