]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
hwrng: core - drop unnecessary forward declarations
authorThorsten Blum <thorsten.blum@linux.dev>
Tue, 5 May 2026 09:45:55 +0000 (11:45 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 15 May 2026 10:08:37 +0000 (18:08 +0800)
commit101f56451d0af2af9659cca009aeb14343dbd10c
tree08deddb6e897eae6b1bdb5addd986290e6658447
parente4c06479d7059888adf2f22bc1ebcf053bf691a2
hwrng: core - drop unnecessary forward declarations

The forward declarations for drop_current_rng() and rng_get_data() are
not needed - remove them.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/core.c