]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit0093870aa891594d170e1dc9aa192a30d530d755
treec293e300025b5e6d3dc919dc3da39f8e572ef50c
parent21ba5ab2aa8adecef4addf8f481c33f204da93d2
batman-adv: Migrate to linux/prandom.h

The commit c0842fbc1b18 ("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