]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: drbg - cleanup of preprocessor macros
authorStephan Mueller <smueller@chronox.de>
Sun, 6 Jul 2014 00:23:03 +0000 (02:23 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 8 Jul 2014 13:18:23 +0000 (21:18 +0800)
commit60694fd9a9920e7360ab7f287e01f616912d77fa
tree5ed18e94cc9193d872a77d38bec9aa8bd5ab95fd
parent9ca96037958555f33bc121b9b32453e9eccb16a4
crypto: drbg - cleanup of preprocessor macros

The structure used to construct the module description line was marked
problematic by the sparse code analysis tool. The module line
description now does not contain any ifdefs to prevent error reports
from sparse.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/drbg.c