]> Git Repo - linux.git/commitdiff
netem: Include <linux/prandom.h> in sch_netem.c
authorUros Bizjak <[email protected]>
Mon, 30 Sep 2024 12:33:28 +0000 (14:33 +0200)
committerJason A. Donenfeld <[email protected]>
Thu, 3 Oct 2024 16:20:31 +0000 (18:20 +0200)
Include <linux/prandom.h> header to allow the removal of legacy
inclusion of <linux/prandom.h> from <linux/random.h>.

Signed-off-by: Uros Bizjak <[email protected]>
Cc: Stephen Hemminger <[email protected]>
Cc: Jamal Hadi Salim <[email protected]>
Cc: Cong Wang <[email protected]>
Cc: Jiri Pirko <[email protected]>
Cc: David S. Miller <[email protected]>
Cc: Eric Dumazet <[email protected]>
Cc: Jakub Kicinski <[email protected]>
Cc: Paolo Abeni <[email protected]>
Acked-by: Stephen Hemminger <[email protected]>
Signed-off-by: Jason A. Donenfeld <[email protected]>
net/sched/sch_netem.c

index 39382ee1e33108fb0f495c4c858e28e4f06759a0..fe6fed291a7b8697aa204782561cc45568269e8c 100644 (file)
@@ -17,6 +17,7 @@
 #include <linux/errno.h>
 #include <linux/skbuff.h>
 #include <linux/vmalloc.h>
+#include <linux/prandom.h>
 #include <linux/rtnetlink.h>
 #include <linux/reciprocal_div.h>
 #include <linux/rbtree.h>
This page took 0.063858 seconds and 4 git commands to generate.