Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1286975 > unrolled thread
| Started by | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| First post | 2015-12-09 03:00 +0100 |
| Last post | 2015-12-09 03:10 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
linux-next: build failure after merge of the pm tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-12-09 03:00 +0100
Re: linux-next: build failure after merge of the pm tree Viresh Kumar <viresh.kumar@linaro.org> - 2015-12-09 03:10 +0100
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2015-12-09 03:00 +0100 |
| Subject | linux-next: build failure after merge of the pm tree |
| Message-ID | <qDCcV-1JL-5@gated-at.bofh.it> |
Hi Rafael,
After merging the pm tree, today's linux-next build (x86_64 allmodconfig)
failed like this:
ERROR: "gov_cancel_work" [drivers/cpufreq/cpufreq_ondemand.ko] undefined!
Caused by commit
68e115b19a01 ("cpufreq: governor: replace per-cpu delayed work with timers")
I have used the pm tree from next-20151208 for today.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| Date | 2015-12-09 03:10 +0100 |
| Message-ID | <qDCmB-22q-1@gated-at.bofh.it> |
| In reply to | #1286975 |
On 09-12-15, 12:54, Stephen Rothwell wrote:
> Hi Rafael,
>
> After merging the pm tree, today's linux-next build (x86_64 allmodconfig)
> failed like this:
>
> ERROR: "gov_cancel_work" [drivers/cpufreq/cpufreq_ondemand.ko] undefined!
>
> Caused by commit
>
> 68e115b19a01 ("cpufreq: governor: replace per-cpu delayed work with timers")
>
> I have used the pm tree from next-20151208 for today.
Yeah, it missed this stupid change. Sorry about that.
diff --git a/drivers/cpufreq/cpufreq_governor.c b/drivers/cpufreq/cpufreq_governor.c
index 948771f169d2..4de12fd35b1f 100644
--- a/drivers/cpufreq/cpufreq_governor.c
+++ b/drivers/cpufreq/cpufreq_governor.c
@@ -205,6 +205,7 @@ void gov_cancel_work(struct cpu_common_dbs_info *shared)
gov_cancel_timers(shared->policy);
atomic_set(&shared->skip_work, 0);
}
+EXPORT_SYMBOL_GPL(gov_cancel_work);
/* Will return if we need to evaluate cpu load again or not */
static bool need_load_eval(struct cpu_common_dbs_info *shared,
Rafael, I am resending the original patch with this change.
--
viresh
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web