]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: rng - Remove unused function __crypto_rng_cast()
authorMatthias Kaehlcke <mka@chromium.org>
Mon, 22 May 2017 22:49:43 +0000 (15:49 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 10 Jun 2017 04:04:11 +0000 (12:04 +0800)
commit1e6adff449c12b1ee92300af9436ea70461e9887
treeb9bb8d1d15fbfc8ea2ea000b7aac63021452931c
parent284e76387c38260e834c99b010a68d75fc46b394
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>
crypto/rng.c