[tip:perf/core] tracing: Mark tracing_dentry_percpu() static

From: tip-bot for Josh Triplett
Date: Sun Feb 03 2013 - 14:16:18 EST


Commit-ID: b736f48bda54ec75b7dc9306884c3843f1a78a0a
Gitweb: http://git.kernel.org/tip/b736f48bda54ec75b7dc9306884c3843f1a78a0a
Author: Josh Triplett <josh@xxxxxxxxxxxxxxxx>
AuthorDate: Sun, 18 Nov 2012 21:27:45 -0800
Committer: Steven Rostedt <rostedt@xxxxxxxxxxx>
CommitDate: Thu, 24 Jan 2013 22:03:01 -0500

tracing: Mark tracing_dentry_percpu() static

Nothing outside of kernel/trace/trace.c references tracing_dentry_percpu().

Link: http://lkml.kernel.org/r/1353302917-13995-7-git-send-email-josh@xxxxxxxxxxxxxxxx

Signed-off-by: Josh Triplett <josh@xxxxxxxxxxxxxxxx>
Signed-off-by: Steven Rostedt <rostedt@xxxxxxxxxxx>
---
kernel/trace/trace.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c
index d2a6583..ca9b7df 100644
--- a/kernel/trace/trace.c
+++ b/kernel/trace/trace.c
@@ -4506,7 +4506,7 @@ struct dentry *tracing_init_dentry(void)

static struct dentry *d_percpu;

-struct dentry *tracing_dentry_percpu(void)
+static struct dentry *tracing_dentry_percpu(void)
{
static int once;
struct dentry *d_tracer;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/