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 <[email protected]> Cc: Herbert Xu <[email protected]> Cc: David S. Miller <[email protected]> Acked-by: Herbert Xu <[email protected]> Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent bda210a commit fe5d0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)