[PATCH -next] ASoC: Intel: avs: Remove duplicated include in path.c

From: Yang Li
Date: Tue Apr 26 2022 - 20:22:38 EST


Fix following includecheck warning:
./sound/soc/intel/avs/path.c: sound/intel-nhlt.h is included more than
once.

Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
Signed-off-by: Yang Li <yang.lee@xxxxxxxxxxxxxxxxx>
---
sound/soc/intel/avs/path.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/sound/soc/intel/avs/path.c b/sound/soc/intel/avs/path.c
index 6f47ac44de87..3d46dd5e5bc4 100644
--- a/sound/soc/intel/avs/path.c
+++ b/sound/soc/intel/avs/path.c
@@ -9,7 +9,6 @@
#include <sound/intel-nhlt.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
-#include <sound/intel-nhlt.h>
#include "avs.h"
#include "path.h"
#include "topology.h"
--
2.20.1.7.g153144c