diff options
Diffstat (limited to 'tools/lib/bpf/libbpf.c')
-rw-r--r-- | tools/lib/bpf/libbpf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/bpf/libbpf.c b/tools/lib/bpf/libbpf.c index 425d5ca45c97..9e68fd9fcfca 100644 --- a/tools/lib/bpf/libbpf.c +++ b/tools/lib/bpf/libbpf.c | |||
@@ -228,7 +228,7 @@ struct bpf_object { | |||
228 | }; | 228 | }; |
229 | #define obj_elf_valid(o) ((o)->efile.elf) | 229 | #define obj_elf_valid(o) ((o)->efile.elf) |
230 | 230 | ||
231 | static void bpf_program__unload(struct bpf_program *prog) | 231 | void bpf_program__unload(struct bpf_program *prog) |
232 | { | 232 | { |
233 | int i; | 233 | int i; |
234 | 234 | ||
@@ -1375,7 +1375,7 @@ out: | |||
1375 | return ret; | 1375 | return ret; |
1376 | } | 1376 | } |
1377 | 1377 | ||
1378 | static int | 1378 | int |
1379 | bpf_program__load(struct bpf_program *prog, | 1379 | bpf_program__load(struct bpf_program *prog, |
1380 | char *license, u32 kern_version) | 1380 | char *license, u32 kern_version) |
1381 | { | 1381 | { |