[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-9183034879a1196714836c8142340c850c747323@git.kernel.org>
Date: Wed, 22 Apr 2015 13:09:28 -0700
From: tip-bot for kbuild test robot <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: paulus@...ba.org, linux-kernel@...r.kernel.org, acme@...nel.org,
mingo@...nel.org, tglx@...utronix.de, peterz@...radead.org,
hpa@...or.com, fengguang.wu@...el.com
Subject: [tip:timers/core] perf: perf_mux_hrtimer_cancel() can be static
Commit-ID: 9183034879a1196714836c8142340c850c747323
Gitweb: http://git.kernel.org/tip/9183034879a1196714836c8142340c850c747323
Author: kbuild test robot <fengguang.wu@...el.com>
AuthorDate: Thu, 23 Apr 2015 04:00:00 +0800
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitDate: Wed, 22 Apr 2015 22:06:34 +0200
perf: perf_mux_hrtimer_cancel() can be static
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
Cc: kbuild-all@...org
Cc: Paul Mackerras <paulus@...ba.org>
Cc: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Link: http://lkml.kernel.org/r/20150422200000.GA122603@lkp-sb04
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
---
kernel/events/core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/events/core.c b/kernel/events/core.c
index e7ed00b..598182d 100644
--- a/kernel/events/core.c
+++ b/kernel/events/core.c
@@ -773,7 +773,7 @@ static enum hrtimer_restart perf_mux_hrtimer_handler(struct hrtimer *hr)
}
/* CPU is going down */
-void perf_mux_hrtimer_cancel(int cpu)
+static void perf_mux_hrtimer_cancel(int cpu)
{
struct perf_cpu_context *cpuctx;
struct pmu *pmu;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists