Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <andriy.shevchenko@linux.intel.com>
Link: https://msgid.link/r/20240305160723.1363534-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Andy Shevchenko and committed by
Mark Brown
8fedf4f1 755bb9a4

+2 -1
+2 -1
sound/soc/intel/atom/sst/sst_ipc.c
··· 19 19 #include <sound/pcm.h> 20 20 #include <sound/soc.h> 21 21 #include <sound/compress_driver.h> 22 - #include <asm/intel-mid.h> 22 + 23 23 #include <asm/platform_sst_audio.h> 24 + 24 25 #include "../sst-mfld-platform.h" 25 26 #include "sst.h" 26 27