09.12.2019 14:02, Geert Uytterhoeven пишет: > On Mon, Dec 9, 2019 at 11:57 AM Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: >> Below is the list of build error/warning regressions/improvements in >> v5.5-rc1[1] compared to v5.4[2]. >> >> Summarized: >> - build errors: +2/-8 >> - build warnings: +84/-87 >> >> Happy fixing! ;-) >> >> Thanks to the linux-next team for providing the build service. >> >> [1] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/e42617b825f8073569da76dc4510bfa019b1c35a/ (all 232 configs) >> [2] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/219d54332a09e8d8741c1e1982f5eae56099de85/ (all 232 configs) >> >> >> *** ERRORS *** >> >> 2 error regressions: >> + error: "clk_set_min_rate" [drivers/devfreq/tegra30-devfreq.ko] undefined!: => N/A >> + error: tegra30-devfreq.c: undefined reference to `clk_set_min_rate': => .text+0xcc8) > > sh-all{mod,yes}config > > Legacy non-CCF platform do not provide clk_set_min_rate(), so this needs > a dependency on CCF. Hello Geert, Thanks for the report, I'll make a patch to fix it. > BTW, it seems this was already known back in June... > https://lore.kernel.org/linux-pm/5301c593-97e1-db4e-067b-0522537b55d9@xxxxxxxxx/ Yes, I was a bit confused about why only T20 driver was causing the trouble.