Skip to content

Commit

Permalink
lib/interval_tree_test.c: Include <linux/prandom.h> instead of <linux…
Browse files Browse the repository at this point in the history
…/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 <[email protected]>
Cc: Andrew Morton <[email protected]>
Signed-off-by: Jason A. Donenfeld <[email protected]>
  • Loading branch information
ubizjak authored and zx2c4 committed Oct 3, 2024
1 parent aaedc2f commit d46150d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interval_tree_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/interval_tree.h>
#include <linux/random.h>
#include <linux/prandom.h>
#include <linux/slab.h>
#include <asm/timex.h>

Expand Down

0 comments on commit d46150d

Please sign in to comment.