Skip to content

Commit 8fedf4f

Browse files
andy-shevbroonie
authored andcommitted
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>
1 parent 755bb9a commit 8fedf4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sound/soc/intel/atom/sst/sst_ipc.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
#include <sound/pcm.h>
2020
#include <sound/soc.h>
2121
#include <sound/compress_driver.h>
22-
#include <asm/intel-mid.h>
22+
2323
#include <asm/platform_sst_audio.h>
24+
2425
#include "../sst-mfld-platform.h"
2526
#include "sst.h"
2627

0 commit comments

Comments
 (0)