Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Uros Bizjak and committed by
Jason A. Donenfeld
9127ad42 d46150d6

+1
+1
lib/kunit/string-stream-test.c
··· 9 9 #include <kunit/static_stub.h> 10 10 #include <kunit/test.h> 11 11 #include <linux/ktime.h> 12 + #include <linux/prandom.h> 12 13 #include <linux/slab.h> 13 14 #include <linux/timekeeping.h> 14 15