batman-adv: Drop prandom.h includes
authorSven Eckelmann <sven@narfation.org>
Sat, 17 Dec 2022 11:40:08 +0000 (12:40 +0100)
committerSimon Wunderlich <sw@simonwunderlich.de>
Fri, 6 Jan 2023 07:43:02 +0000 (08:43 +0100)
commitc4b40f80585c9349c401c2547ee11ecb451abb01
treefc50a88c765fa5a611d549111a252945bdd9e51d
parent55307f51f48e192560252b70c8b0fb504b84bc3c
batman-adv: Drop prandom.h includes

The commit 8032bf1233a7 ("treewide: use get_random_u32_below() instead of
deprecated function") replaced the prandom.h function prandom_u32_max with
the random.h function get_random_u32_below. There is no need to still
include prandom.h.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/bat_iv_ogm.c
net/batman-adv/bat_v_elp.c
net/batman-adv/bat_v_ogm.c
net/batman-adv/network-coding.c