Skip to content

Commit 9127ad4

Browse files
ubizjakzx2c4
authored andcommitted
kunit: string-stream-test: Include <linux/prandom.h>
Include <linux/random.h> header to allow the removal of legacy inclusion of <linux/prandom.h> from <linux/random.h>. Signed-off-by: Uros Bizjak <ubizjak@gmail.com> Cc: Brendan Higgins <brendan.higgins@linux.dev> Cc: David Gow <davidgow@google.com> Cc: Rae Moar <rmoar@google.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
1 parent d46150d commit 9127ad4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/kunit/string-stream-test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <kunit/static_stub.h>
1010
#include <kunit/test.h>
1111
#include <linux/ktime.h>
12+
#include <linux/prandom.h>
1213
#include <linux/slab.h>
1314
#include <linux/timekeeping.h>
1415

0 commit comments

Comments
 (0)