]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: mark bpf_event_notify and bpf_event_init as static
authorStanislav Fomichev <sdf@google.com>
Mon, 13 May 2019 19:04:36 +0000 (12:04 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 13 May 2019 23:27:18 +0000 (01:27 +0200)
commitf842b4d26a9b580c98396dd0bbf02e2ae5526029
tree1a57a24ba9053d412d2c5b2f5c69e42ca5ca9dea
parent3e7ac009c4fa5a55c09944f79a1f520d9e57e6f2
bpf: mark bpf_event_notify and bpf_event_init as static

Both of them are not declared in the headers and not used outside
of bpf_trace.c file.

Fixes: 0eedfeeed6af5 ("bpf: support raw tracepoints in modules")
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
kernel/trace/bpf_trace.c