]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: Migrate to linux/prandom.h
authorSven Eckelmann <sven@narfation.org>
Mon, 17 Aug 2020 06:09:48 +0000 (08:09 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Tue, 18 Aug 2020 17:39:54 +0000 (19:39 +0200)
commit296e12c0442295fa9d8f46406042eec6e3fb2d48
treec293e300025b5e6d3dc919dc3da39f8e572ef50c
parentadf41b8c279555d70a9099dcbe8dac6877dff0d0
batman-adv: Migrate to linux/prandom.h

The commit 996d3774c447 ("random32: move the pseudo-random 32-bit
definitions to prandom.h") introduced a new header for the pseudo random
functions from (previously) linux/random.h. One future goal of the
prandom.h change is to make code to switch just the new header file and to
avoid the implicit include. This would allow the removal of the implicit
include from random.h

Signed-off-by: Sven Eckelmann <sven@narfation.org>
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