From: Stephan Mueller Date: Tue, 4 Nov 2014 02:08:09 +0000 (+0100) Subject: crypto: drbg - add MODULE_ALIAS for all DRBG types X-Git-Tag: omap-for-v3.19/fixes-rc1~99^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62b62b6e5c574c1e70637d9d685b4b194c7ca48f;p=pandora-kernel.git crypto: drbg - add MODULE_ALIAS for all DRBG types The kernel module drbg.ko is currently not loaded automatically when a DRBG is requested by a consumer. This is due to missing MODULE_ALIAS flags for each of the implemented DRBG types. This patch adds aliases for each of the 22 defined DRBGs. Signed-off-by: Stephan Mueller Signed-off-by: Herbert Xu --- Reading git-diff-tree failed