diff options
| author | Claudiu Beznea <[email protected]> | 2023-05-17 09:49:02 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2023-05-23 12:55:55 +0000 |
| commit | 2f3092e77f98fcfc0d653846591401bfe2a5232e (patch) | |
| tree | d2e993a5946795b247c9084d06e01a8137a90689 /sound/soc/intel/atom/sst/sst_ipc.c | |
| parent | ASoC: topology: Clean up error messages handling (diff) | |
| download | kernel-2f3092e77f98fcfc0d653846591401bfe2a5232e.tar.gz kernel-2f3092e77f98fcfc0d653846591401bfe2a5232e.zip | |
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 <[email protected]>
Acked-by: Jarkko Nikula <[email protected]> # for omap-mcbsp-st.c
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'sound/soc/intel/atom/sst/sst_ipc.c')
| -rw-r--r-- | sound/soc/intel/atom/sst/sst_ipc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/intel/atom/sst/sst_ipc.c b/sound/soc/intel/atom/sst/sst_ipc.c index 4e039c7173d8..3fc2c9a6c44d 100644 --- a/sound/soc/intel/atom/sst/sst_ipc.c +++ b/sound/soc/intel/atom/sst/sst_ipc.c @@ -15,7 +15,6 @@ #include <linux/firmware.h> #include <linux/sched.h> #include <linux/delay.h> -#include <linux/pm_runtime.h> #include <sound/core.h> #include <sound/pcm.h> #include <sound/soc.h> |
