Hi Kukjin, Today's linux-next merge of the samsung tree got a conflict in drivers/clk/samsung/clk-exynos5250.c between commit 39b72d89eb2b ("clk: exynos5250: Update cpufreq related clocks for EXYNOS5250") from Linus' tree and commit 407e8d62fa7d ("clk: exynos5250: Staticize local symbols") from the samsung tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc drivers/clk/samsung/clk-exynos5250.c index 22d7699,f6e3031..0000000 --- a/drivers/clk/samsung/clk-exynos5250.c +++ b/drivers/clk/samsung/clk-exynos5250.c @@@ -207,11 -213,11 +213,11 @@@ static struct samsung_fixed_factor_cloc FFACTOR(none, "fout_bplldiv2", "fout_bpll", 1, 2, 0), }; - struct samsung_mux_clock exynos5250_mux_clks[] __initdata = { + static struct samsung_mux_clock exynos5250_mux_clks[] __initdata = { - MUX(none, "mout_apll", mout_apll_p, SRC_CPU, 0, 1), - MUX(none, "mout_cpu", mout_cpu_p, SRC_CPU, 16, 1), + MUX_A(none, "mout_apll", mout_apll_p, SRC_CPU, 0, 1, "mout_apll"), + MUX_A(none, "mout_cpu", mout_cpu_p, SRC_CPU, 16, 1, "mout_cpu"), MUX(none, "mout_mpll_fout", mout_mpll_fout_p, PLL_DIV2_SEL, 4, 1), - MUX(none, "sclk_mpll", mout_mpll_p, SRC_CORE1, 8, 1), + MUX_A(none, "sclk_mpll", mout_mpll_p, SRC_CORE1, 8, 1, "mout_mpll"), MUX(none, "mout_bpll_fout", mout_bpll_fout_p, PLL_DIV2_SEL, 0, 1), MUX(none, "sclk_bpll", mout_bpll_p, SRC_CDREX, 0, 1), MUX(none, "mout_vpllsrc", mout_vpllsrc_p, SRC_TOP2, 0, 1),
Attachment:
pgpBw7Gn6RqO7.pgp
Description: PGP signature