]> git.baikalelectronics.ru Git - kernel.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)
commit06249880c0488ee76ac780deee5697202ef99cc6
treeb9bb8d1d15fbfc8ea2ea000b7aac63021452931c
parent788326303d50f59097fad9a642be53a5bdcc5255
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