commit | fa66ddb870ca022342fe6d1312ef76d2f7233a1d | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Thu Apr 28 12:04:13 2016 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Fri Apr 29 16:14:12 2016 -0400 |
tree | 4b05301533dfbfe78b45bc2e424d7cb4d5c3ad03 | |
parent | 9cbb1506ab2db987c160e7fc50665bf47b5b6fa1 [diff] |
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>