]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lib/test_parman: Include <linux/prandom.h> instead of <linux/random.h>
authorUros Bizjak <ubizjak@gmail.com>
Mon, 30 Sep 2024 12:33:26 +0000 (14:33 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 3 Oct 2024 16:20:27 +0000 (18:20 +0200)
commit1da74f9050a14b6e7f22e6f4d60bf62e517970cd
tree2d8ff69561939a544816285961439e09dbae3a22
parent2e2fe47182fcc006c3e1054d8d67e312af359843
lib/test_parman: 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>
Cc: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
lib/test_parman.c