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