aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/atom/sst/sst_ipc.c
diff options
context:
space:
mode:
authorAndy Shevchenko <[email protected]>2024-03-05 16:07:22 +0000
committerMark Brown <[email protected]>2024-03-05 20:42:15 +0000
commit8fedf4f1d62ed058958e7a46aa62c0cb656dc040 (patch)
treee1981062c1abbcb4d374b0fb5bc5b4253806dade /sound/soc/intel/atom/sst/sst_ipc.c
parentASoC: soc-core.c: Prefer to return dai->driver->name in snd_soc_dai_name_get() (diff)
downloadkernel-8fedf4f1d62ed058958e7a46aa62c0cb656dc040.tar.gz
kernel-8fedf4f1d62ed058958e7a46aa62c0cb656dc040.zip
ASoC: Intel: atom: sst_ipc: Remove unused intel-mid.h
intel-mid.h is providing some core parts of the South Complex PM, which are usually are not used by individual drivers. In particular, this driver doesn't use it, so simply remove the unused header. Signed-off-by: Andy Shevchenko <[email protected]> Link: https://msgid.link/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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/intel/atom/sst/sst_ipc.c b/sound/soc/intel/atom/sst/sst_ipc.c
index 3fc2c9a6c44d..0630e58b9d6b 100644
--- a/sound/soc/intel/atom/sst/sst_ipc.c
+++ b/sound/soc/intel/atom/sst/sst_ipc.c
@@ -19,8 +19,9 @@
#include <sound/pcm.h>
#include <sound/soc.h>
#include <sound/compress_driver.h>
-#include <asm/intel-mid.h>
+
#include <asm/platform_sst_audio.h>
+
#include "../sst-mfld-platform.h"
#include "sst.h"