bpf/trace: Remove EXPORT from trace_call_bpf()
authorThomas Gleixner <tglx@linutronix.de>
Mon, 24 Feb 2020 14:01:36 +0000 (15:01 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 25 Feb 2020 00:16:38 +0000 (16:16 -0800)
commit1b7a51a63b031092b8b8acda3f6820b62a8b5e5d
treeb63b23e6a969477d6d29cdf4d4b8759f15aed015
parentf03efe49bd16c017107ff5079d08ea428e390dde
bpf/trace: Remove EXPORT from trace_call_bpf()

All callers are built in. No point to export this.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/trace/bpf_trace.c