public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] ASoC: SOF: Intel: Remove duplicated include in lnl.c
@ 2023-08-10  0:55 Yang Li
  2023-08-10 12:32 ` Pierre-Louis Bossart
  2023-08-10 18:55 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Yang Li @ 2023-08-10  0:55 UTC (permalink / raw)
  To: perex, tiwai, pierre-louis.bossart, lgirdwood, peter.ujfalusi,
	yung-chuan.liao, ranjani.sridharan
  Cc: sound-open-firmware, alsa-devel, linux-kernel, Yang Li

./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 --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 */
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-10 18:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-10  0:55 [PATCH -next] ASoC: SOF: Intel: Remove duplicated include in lnl.c Yang Li
2023-08-10 12:32 ` Pierre-Louis Bossart
2023-08-10 18:55 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox