]> 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)
commit99612208582fe2878adc8711631258b575ba1dc8
tree5ed18e94cc9193d872a77d38bec9aa8bd5ab95fd
parenta4acf02965a60ad3b0289164eb066f51e671628c
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