Skip to content

Commit

Permalink
samples/bpf: Remove duplicate include in hbm
Browse files Browse the repository at this point in the history
The 'bpf/bpf.h' include in 'samples/bpf/hbm.c' is duplicated.

Signed-off-by: Menglong Dong <dong.menglong@zte.com.cn>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: John Fastabend <john.fastabend@gmail.com>
Link: https://lore.kernel.org/bpf/1604654034-52821-1-git-send-email-dong.menglong@zte.com.cn
  • Loading branch information
Menglong Dong authored and Daniel Borkmann committed Nov 9, 2020
1 parent f055f35 commit a10b4f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/bpf/hbm.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
#include "cgroup_helpers.h"
#include "hbm.h"
#include "bpf_util.h"
#include <bpf/bpf.h>
#include <bpf/libbpf.h>

bool outFlag = true;
Expand Down

0 comments on commit a10b4f9

Please sign in to comment.