]> www.infradead.org Git - users/jedix/linux-maple.git/commit
netem: Include <linux/prandom.h> in sch_netem.c
authorUros Bizjak <ubizjak@gmail.com>
Mon, 30 Sep 2024 12:33:28 +0000 (14:33 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 3 Oct 2024 16:20:31 +0000 (18:20 +0200)
commit32b7580be4e5a4236cc1e0ddf403ccd2ddda9525
tree73146b8a4f1ce9db5f87164d2456d0a6083d8828
parent0402779aae14d56a7972a83250fd3fe636abaf12
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>
net/sched/sch_netem.c