Skip to content

Commit fe5d0c8

Browse files
ubizjakzx2c4
authored andcommitted
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>
1 parent bda210a commit fe5d0c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crypto/testmgr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <linux/fips.h>
2424
#include <linux/module.h>
2525
#include <linux/once.h>
26-
#include <linux/random.h>
26+
#include <linux/prandom.h>
2727
#include <linux/scatterlist.h>
2828
#include <linux/slab.h>
2929
#include <linux/string.h>

0 commit comments

Comments
 (0)