On 19 November 2013 09:53, Sachin Kamat <sachin.kamat@xxxxxxxxxx> wrote: > Commit a403797bbd81 ("cpufreq: exynos: Convert exynos-cpufreq > to platform driver") forgot to change the function prototype. I can't find this commit anywhere.. And I can see that you had already given comments for the patch and so this should be fixed right there.. > Change it now to fix the following compilation warnings: > > drivers/cpufreq/exynos-cpufreq.c:292:18: warning: incorrect type in initializer > (different argument counts) > drivers/cpufreq/exynos-cpufreq.c:292:18: expected int ( *probe )( ... ) > drivers/cpufreq/exynos-cpufreq.c:292:18: got int ( static [toplevel] > *<noident> )( ... ) > CC drivers/cpufreq/exynos-cpufreq.o > drivers/cpufreq/exynos-cpufreq.c:292:2: warning: initialization from > incompatible pointer type [enabled by default] > .probe = exynos_cpufreq_init, > ^ > drivers/cpufreq/exynos-cpufreq.c:292:2: warning: (near initialization for > ‘exynos_cpufreq_platdrv.probe’) [enabled by default] > LD drivers/cpufreq/built-in.o > > WARNING: drivers/cpufreq/built-in.o(.data+0x644): Section mismatch in reference > from the variable exynos_cpufreq_platdrv to the function > .init.text:exynos_cpufreq_init() > > Signed-off-by: Sachin Kamat <sachin.kamat@xxxxxxxxxx> > Cc: Lukasz Majewski <l.majewski@xxxxxxxxxxx> > --- > drivers/cpufreq/exynos-cpufreq.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html