Re: [PATCH] clk: samsung: mark PM functions as __maybe_unused

2020-12-04 Thread Arnd Bergmann
On Fri, Dec 4, 2020 at 9:36 AM Krzysztof Kozlowski wrote: > > On Thu, Dec 03, 2020 at 11:53:11PM +0100, Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > I understand this happens with !PM builds. It would be good to mention > this in commit msg. With commit msg improved: > > Reviewed-by:

Re: [PATCH] clk: samsung: mark PM functions as __maybe_unused

2020-12-04 Thread Krzysztof Kozlowski
On Thu, Dec 03, 2020 at 11:53:11PM +0100, Arnd Bergmann wrote: > From: Arnd Bergmann > I understand this happens with !PM builds. It would be good to mention this in commit msg. With commit msg improved: Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof >

[PATCH] clk: samsung: mark PM functions as __maybe_unused

2020-12-03 Thread Arnd Bergmann
From: Arnd Bergmann drivers/clk/samsung/clk-exynos-clkout.c:219:12: error: 'exynos_clkout_resume' defined but not used [-Werror=unused-function] 219 | static int exynos_clkout_resume(struct device *dev) |^~~~ drivers/clk/samsung/clk-exynos-clkout.c:210:12: