ASoC: do not include runtime_pm.h if not needed
authorMark Brown <broonie@kernel.org>
Tue, 23 May 2023 19:49:28 +0000 (20:49 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 23 May 2023 19:49:28 +0000 (20:49 +0100)
commitba674435e428168e01390c4e34bedc5ee9015834
tree7c094cbf5f4fed72e4d2ac112fc05f35cd1024a1
parenta23b51b2c31c47036d0a9ae498094c428b1d8015
parenta9392efae9f5de42673cfc1b81ac6fb88bdb26b2
ASoC: do not include runtime_pm.h if not needed

Merge series from Claudiu Beznea <claudiu.beznea@microchip.com>:

Series removes the pm_runtime.h inclusion in files where
APIs exported though pm_runtime.h are not used. In case
of files that make use of pm.h which comes form pm_runtime.h
added patch 2/2.