]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h>
authorUros Bizjak <ubizjak@gmail.com>
Mon, 30 Sep 2024 12:33:13 +0000 (14:33 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 3 Oct 2024 16:19:01 +0000 (18:19 +0200)
commitfe5d0c88c8b64a33b2e7c0d40521917f53ad3138
tree155611782cc50853ad1bd8aa289a16cb0be1b14a
parentbda210a738f1bce01db7619401035a1aae9fedca
crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h>

Substitute the inclusion of <linux/random.h> header with
<linux/prandom.h> to allow the removal of legacy inclusion
of <linux/prandom.h> from <linux/random.h>.

Signed-off-by: Uros Bizjak <ubizjak@gmail.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: David S. Miller <davem@davemloft.net>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
crypto/testmgr.c