]> 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)
commit832a4da95159f9c564811dff4333702863d734a9
treec293e300025b5e6d3dc919dc3da39f8e572ef50c
parent6ae8789ee11bfe2d1f812a35c6458633b19f9078
batman-adv: Migrate to linux/prandom.h

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