diff mbox series

[-next] ASoC: SOF: Intel: Remove duplicated include in lnl.c

Message ID 20230810005555.4610-1-yang.lee@linux.alibaba.com
State Accepted
Commit 061599c8285848fe4ec64becb278dcdd60dd3369
Headers show
Series [-next] ASoC: SOF: Intel: Remove duplicated include in lnl.c | expand

Commit Message

Yang Li Aug. 10, 2023, 12:55 a.m. UTC
./sound/soc/sof/intel/lnl.c: hda.h is included more than once.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 sound/soc/sof/intel/lnl.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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 */