From: tip-bot for kbuild test robot <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: paulus@samba.org, linux-kernel@vger.kernel.org, acme@kernel.org,
mingo@kernel.org, tglx@linutronix.de, peterz@infradead.org,
hpa@zytor.com, fengguang.wu@intel.com
Subject: [tip:timers/core] perf: perf_mux_hrtimer_cancel() can be static
Date: Wed, 22 Apr 2015 13:09:28 -0700 [thread overview]
Message-ID: <tip-9183034879a1196714836c8142340c850c747323@git.kernel.org> (raw)
In-Reply-To: <20150422200000.GA122603@lkp-sb04>
Commit-ID: 9183034879a1196714836c8142340c850c747323
Gitweb: http://git.kernel.org/tip/9183034879a1196714836c8142340c850c747323
Author: kbuild test robot <fengguang.wu@intel.com>
AuthorDate: Thu, 23 Apr 2015 04:00:00 +0800
Committer: Thomas Gleixner <tglx@linutronix.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@intel.com>
Cc: kbuild-all@01.org
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20150422200000.GA122603@lkp-sb04
Signed-off-by: Thomas Gleixner <tglx@linutronix.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;
prev parent reply other threads:[~2015-04-22 20:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-22 20:00 [tip:timers/core 44/44] kernel/events/core.c:776:6: sparse: symbol 'perf_mux_hrtimer_cancel' was not declared. Should it be static? kbuild test robot
2015-04-22 20:00 ` [PATCH tip] perf: perf_mux_hrtimer_cancel() can be static kbuild test robot
2015-04-22 20:09 ` tip-bot for kbuild test robot [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-9183034879a1196714836c8142340c850c747323@git.kernel.org \
--to=tipbot@zytor.com \
--cc=acme@kernel.org \
--cc=fengguang.wu@intel.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=paulus@samba.org \
--cc=peterz@infradead.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®