commit | 1e6adff449c12b1ee92300af9436ea70461e9887 | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <mka@chromium.org> | Mon May 22 15:49:43 2017 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Jun 10 12:04:11 2017 +0800 |
tree | b9bb8d1d15fbfc8ea2ea000b7aac63021452931c | |
parent | 284e76387c38260e834c99b010a68d75fc46b394 [diff] |
crypto: rng - Remove unused function __crypto_rng_cast() This fixes the following warning when building with clang: crypto/rng.c:35:34: error: unused function '__crypto_rng_cast' [-Werror,-Wunused-function] Signed-off-by: Matthias Kaehlcke <mka@chromium.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>