ebpf: fix compiler issue

Signed-off-by: Nico Berlee <nico.berlee@on2it.net>
This commit is contained in:
Nico Berlee 2022-07-01 17:47:16 +02:00
parent f558ce75c0
commit ab42752b6b
Failed to generate hash of commit

View file

@ -70,9 +70,6 @@ int tracepoint__sched_sched_process_exit(struct pt_regs *ctx)
return 0;
};
return 0;
};
char _license[] SEC("license") = "GPL";
// this number will be interpreted by the elf loader
// to set the current running kernel version