[PATCH 2/2] cpufreq: mediatek: Add MT8173 cpufreq driver
From: Pi-Cheng Chen <hidden>
Date: 2015-06-10 03:38:03
Also in:
linux-devicetree, linux-mediatek, linux-pm, lkml
From: Pi-Cheng Chen <hidden>
Date: 2015-06-10 03:38:03
Also in:
linux-devicetree, linux-mediatek, linux-pm, lkml
On Tue, Jun 9, 2015 at 5:17 PM, Paul Bolle [off-list ref] wrote:
On Mon, 2015-06-08 at 20:29 +0800, Pi-Cheng Chen wrote:quoted
--- /dev/null +++ b/drivers/cpufreq/mt8173-cpufreq.cquoted
+#include <linux/module.h>Weren't you going to drop this include?
Sorry I forget to merge that part of fix into this patch. Will fix it.
quoted
+module_init(mt8173_cpufreq_driver_init);For built-in code this is equivalent to, speaking from memory: device_initcall(mt8173_cpufreq_driver_init); Why don't you just use that directly?
Yes. Will do it. Thanks for reviewing. Best Regards, Pi-Cheng
Thanks, Paul Bolle