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)
commit390e99cfdda1334f45c718cc02cd26eb3135f233
tree1a57a24ba9053d412d2c5b2f5c69e42ca5ca9dea
parent2baae3545327632167c0180e9ca1d467416f1919
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: a38d1107f937c ("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