Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | samples: bpf: rename libbpf.h to bpf_insn.h | Jakub Kicinski | 2018-05-14 | 1 | -0/+197 |
The libbpf.h file in samples is clashing with libbpf's header. Since it only includes a subset of filter.h instruction helpers rename it to bpf_insn.h. Drop the unnecessary include of bpf/bpf.h. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Acked-by: Jesper Dangaard Brouer <brouer@redhat.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> |