Re: [PATCH] ASoC: do not include pm_runtime.h if not used

From: Jarkko Nikula
Date: Fri Mar 10 2023 - 03:26:00 EST


On Tue, Mar 07, 2023 at 12:30:22PM +0200, Claudiu Beznea wrote:
> Do not include pm_runtime.h header in files where runtime PM support is
> not implemented.
>
> Signed-off-by: Claudiu Beznea <claudiu.beznea@xxxxxxxxxxxxx>
> ---
...
> sound/soc/ti/omap-mcbsp-st.c | 1 -
> 36 files changed, 37 deletions(-)

Looks like header was copied by accident from omap-mcbsp.c when sidetone
functionality was split into this new file.

Acked-by: Jarkko Nikula <jarkko.nikula@xxxxxxxxxx>