diff options
author | Yang Li <yang.lee@linux.alibaba.com> | 2023-08-10 08:55:55 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-08-10 18:10:21 +0100 |
commit | 061599c8285848fe4ec64becb278dcdd60dd3369 (patch) | |
tree | bdfeb684c7ead3fd231ef6f674f513dc30abdbc4 /sound/soc/sof | |
parent | 927073ee468d9d9f7ef0fe1eb777a673120e7caa (diff) |
ASoC: SOF: Intel: Remove duplicated include in lnl.c
./sound/soc/sof/intel/lnl.c: hda.h is included more than once.
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20230810005555.4610-1-yang.lee@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof')
-rw-r--r-- | sound/soc/sof/intel/lnl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/sof/intel/lnl.c b/sound/soc/sof/intel/lnl.c index 3d919b0b6891..db94b45e53af 100644 --- a/sound/soc/sof/intel/lnl.c +++ b/sound/soc/sof/intel/lnl.c @@ -16,7 +16,6 @@ #include "hda-ipc.h" #include "../sof-audio.h" #include "mtl.h" -#include "hda.h" #include <sound/hda-mlink.h> /* LunarLake ops */ |