[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20150124024457.GA23470@snb>
Date: Sat, 24 Jan 2015 10:44:57 +0800
From: kbuild test robot <fengguang.wu@...el.com>
To: Vincent Guittot <vincent.guittot@...aro.org>
Cc: kbuild-all@...org, Ingo Molnar <mingo@...hat.com>,
Peter Zijlstra <peterz@...radead.org>,
linux-kernel@...r.kernel.org
Subject: [PATCH clk] sched: __pcpu_scope_sd_pack_buddy can be static
kernel/sched/fair.c:199:1: sparse: symbol '__pcpu_scope_sd_pack_buddy' was not declared. Should it be static?
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
fair.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index d48d07c..7d8d5c4 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -196,7 +196,7 @@ struct sd_pack {
* Save per_cpu information about the optimal CPUs that should be used to pack
* tasks.
*/
-DEFINE_PER_CPU(struct sd_pack, sd_pack_buddy) = {
+static DEFINE_PER_CPU(struct sd_pack, sd_pack_buddy) = {
.packing = true,
};
--
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