[PATCH] clk: imx: imx8mp: Use modern pm_ops
Abel Vesa
abel.vesa at linaro.org
Thu Jun 20 23:27:35 PDT 2024
On Tue, 23 Apr 2024 13:08:37 +0800, Shengjiu Wang wrote:
> Without CONFIG_PM, the driver warns about unused functions
>
> ../drivers/clk/imx/clk-imx8mp-audiomix.c:363:12: warning: 'clk_imx8mp_audiomix_runtime_resume' defined but not used [-Wunused-function]
> 363 | static int clk_imx8mp_audiomix_runtime_resume(struct device *dev)
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../drivers/clk/imx/clk-imx8mp-audiomix.c:356:12: warning: 'clk_imx8mp_audiomix_runtime_suspend' defined but not used [-Wunused-function]
> 356 | static int clk_imx8mp_audiomix_runtime_suspend(struct device *dev)
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> [...]
Applied, thanks!
[1/1] clk: imx: imx8mp: Use modern pm_ops
(no commit info)
Best regards,
--
Abel Vesa <abel.vesa at linaro.org>
More information about the linux-arm-kernel
mailing list