Staging: lustre: tracefile: Remove wrapper function

Remove the function cfs_trace_put_console_buffer() as it is no longer
required.

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Shivani Bhardwaj 2015-11-03 00:29:43 +05:30 committed by Greg Kroah-Hartman
parent 87af1d2e0c
commit 5a2f464af2
1 changed files with 0 additions and 6 deletions

View File

@ -279,12 +279,6 @@ cfs_trace_get_console_buffer(void)
return cfs_trace_console_buffers[i][j];
}
static inline void
cfs_trace_put_console_buffer(char *buffer)
{
put_cpu();
}
static inline struct cfs_trace_cpu_data *
cfs_trace_get_tcd(void)
{