Skip to content

Commit a7e7451

Browse files
ubizjakzx2c4
authored andcommitted
lib/rbtree-test: 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: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
1 parent baacb8b commit a7e7451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rbtree_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <linux/module.h>
33
#include <linux/moduleparam.h>
44
#include <linux/rbtree_augmented.h>
5-
#include <linux/random.h>
5+
#include <linux/prandom.h>
66
#include <linux/slab.h>
77
#include <asm/timex.h>
88

0 commit comments

Comments
 (0)