Commit 5a2f464a authored by Shivani Bhardwaj's avatar Shivani Bhardwaj Committed by Greg Kroah-Hartman
Browse files

Staging: lustre: tracefile: Remove wrapper function



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

Signed-off-by: default avatarShivani Bhardwaj <shivanib134@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 87af1d2e
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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)
{