summaryrefslogtreecommitdiffstats
path: root/net/sched
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2024-09-30 14:33:28 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2024-10-03 18:20:31 +0200
commit32b7580be4e5a4236cc1e0ddf403ccd2ddda9525 (patch)
tree73146b8a4f1ce9db5f87164d2456d0a6083d8828 /net/sched
parent0402779aae14d56a7972a83250fd3fe636abaf12 (diff)
downloadlinux-stable-32b7580be4e5a4236cc1e0ddf403ccd2ddda9525.tar.gz
linux-stable-32b7580be4e5a4236cc1e0ddf403ccd2ddda9525.tar.bz2
linux-stable-32b7580be4e5a4236cc1e0ddf403ccd2ddda9525.zip
netem: Include <linux/prandom.h> in sch_netem.c
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 <ubizjak@gmail.com> Cc: Stephen Hemminger <stephen@networkplumber.org> Cc: Jamal Hadi Salim <jhs@mojatatu.com> Cc: Cong Wang <xiyou.wangcong@gmail.com> Cc: Jiri Pirko <jiri@resnulli.us> Cc: David S. Miller <davem@davemloft.net> Cc: Eric Dumazet <edumazet@google.com> Cc: Jakub Kicinski <kuba@kernel.org> Cc: Paolo Abeni <pabeni@redhat.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'net/sched')
-rw-r--r--net/sched/sch_netem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sched/sch_netem.c b/net/sched/sch_netem.c
index 39382ee1e331..fe6fed291a7b 100644
--- a/net/sched/sch_netem.c
+++ b/net/sched/sch_netem.c
@@ -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>