tracing: Move trace_buffer_unlock_commit{_regs}() to local header
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Thu, 28 Apr 2016 16:04:13 +0000 (12:04 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 29 Apr 2016 20:14:12 +0000 (16:14 -0400)
commitfa66ddb870ca022342fe6d1312ef76d2f7233a1d
tree4b05301533dfbfe78b45bc2e424d7cb4d5c3ad03
parent9cbb1506ab2db987c160e7fc50665bf47b5b6fa1
tracing: Move trace_buffer_unlock_commit{_regs}() to local header

The functions trace_buffer_unlock_commit() and the _regs() version are only
used within the kernel/trace directory. Move them to the local header and
remove the export as well.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/linux/trace_events.h
kernel/trace/trace.c
kernel/trace/trace.h