On Mon, 2015-06-08 at 20:29 +0800, Pi-Cheng Chen wrote:
> --- /dev/null
> +++ b/drivers/cpufreq/mt8173-cpufreq.c
> +#include <linux/module.h>
Weren't you going to drop this include?
> +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?
Thanks,
Paul Bolle
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html