Skip to content

Commit 87608c2

Browse files
Jiapeng ChongAlexei Starovoitov
authored andcommitted
bpf: Remove duplicate crypto/sha2.h header
./include/linux/bpf.h: crypto/sha2.h is included more than once. Reported-by: Abaci Robot <[email protected]> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=25501 Signed-off-by: Jiapeng Chong <[email protected]> Acked-by: Quentin Monnet <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]>
1 parent 0cc114d commit 87608c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/bpf.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
#include <linux/memcontrol.h>
3333
#include <linux/cfi.h>
3434
#include <asm/rqspinlock.h>
35-
#include <crypto/sha2.h>
3635

3736
struct bpf_verifier_env;
3837
struct bpf_verifier_log;

0 commit comments

Comments
 (0)