From: Andy Shevchenko Date: Tue, 5 Mar 2024 16:07:22 +0000 (+0200) Subject: ASoC: Intel: atom: sst_ipc: Remove unused intel-mid.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8fedf4f1d62ed058958e7a46aa62c0cb656dc040;p=linux.git 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 Link: https://msgid.link/r/20240305160723.1363534-1-andriy.shevchenko@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/atom/sst/sst_ipc.c b/sound/soc/intel/atom/sst/sst_ipc.c index 3fc2c9a6c44dc..0630e58b9d6bf 100644 --- a/sound/soc/intel/atom/sst/sst_ipc.c +++ b/sound/soc/intel/atom/sst/sst_ipc.c @@ -19,8 +19,9 @@ #include #include #include -#include + #include + #include "../sst-mfld-platform.h" #include "sst.h"