From: Herbert Xu Date: Thu, 23 Apr 2015 06:48:05 +0000 (+0800) Subject: crypto: api - Fix build error when modules are disabled X-Git-Tag: omap-for-v4.2/fixes-rc1^2~164^2~236 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd4a7c69aaed79ae1a299db8063fe4daf5e4a2f1;p=pandora-kernel.git crypto: api - Fix build error when modules are disabled The commit 59afdc7b32143528524455039e7557a46b60e4c8 ("crypto: api - Move module sig ifdef into accessor function") broke the build when modules are completely disabled because we directly dereference module->name. This patch fixes this by using the accessor function module_name. Reported-by: Fengguang Wu Signed-off-by: Herbert Xu --- Reading git-diff-tree failed