]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lib/interval_tree_test.c: Include <linux/prandom.h> instead of <linux/random.h>
authorUros Bizjak <ubizjak@gmail.com>
Mon, 30 Sep 2024 12:33:21 +0000 (14:33 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 3 Oct 2024 16:20:12 +0000 (18:20 +0200)
commitd46150d6fd1068e39e47a0c6e1f437ea71d83928
treef25de55a87cfe73b3ca1c8f6ab2f984de7e7867c
parentaaedc2ff9785be2a995b3258995a12dc272c71ce
lib/interval_tree_test.c: 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>
lib/interval_tree_test.c