Skip to content

Commit 2e2fe47

Browse files
ubizjakzx2c4
authored andcommitted
bpf/tests: Include <linux/prandom.h> instead of <linux/random.h>
Substitute the inclusion of <linux/random.h> header with <linux/prandom.h> to allow the removal of legacy inclusion of <linux/prandom.h> from <linux/random.h>. Signed-off-by: Uros Bizjak <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Alexei Starovoitov <[email protected]> Cc: Daniel Borkmann <[email protected]> Cc: Andrii Nakryiko <[email protected]> Cc: Martin KaFai Lau <[email protected]> Cc: Eduard Zingerman <[email protected]> Cc: Song Liu <[email protected]> Cc: Yonghong Song <[email protected]> Cc: John Fastabend <[email protected]> Cc: KP Singh <[email protected]> Cc: Stanislav Fomichev <[email protected]> Cc: Hao Luo <[email protected]> Cc: Jiri Olsa <[email protected]> Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent a7e7451 commit 2e2fe47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/test_bpf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <linux/skbuff.h>
1515
#include <linux/netdevice.h>
1616
#include <linux/if_vlan.h>
17-
#include <linux/random.h>
17+
#include <linux/prandom.h>
1818
#include <linux/highmem.h>
1919
#include <linux/sched.h>
2020

0 commit comments

Comments
 (0)