diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2023-05-17 12:49:02 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-05-23 13:55:55 +0100 |
commit | 2f3092e77f98fcfc0d653846591401bfe2a5232e (patch) | |
tree | d2e993a5946795b247c9084d06e01a8137a90689 /sound/pci/hda/hda_bind.c | |
parent | 63def6c17134141a17997e06d914d1b573ddceaf (diff) |
ASoC: do not include pm_runtime.h if not used
Do not include pm_runtime.h header in files where APIs exported by
pm_runtime.h are not used.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com> # for omap-mcbsp-st.c
Link: https://lore.kernel.org/r/20230517094903.2895238-2-claudiu.beznea@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/pci/hda/hda_bind.c')
-rw-r--r-- | sound/pci/hda/hda_bind.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_bind.c b/sound/pci/hda/hda_bind.c index 890c2f7c33fc..b7ca2a83fbb0 100644 --- a/sound/pci/hda/hda_bind.c +++ b/sound/pci/hda/hda_bind.c @@ -10,7 +10,6 @@ #include <linux/module.h> #include <linux/export.h> #include <linux/pm.h> -#include <linux/pm_runtime.h> #include <sound/core.h> #include <sound/hda_codec.h> #include "hda_local.h" |