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

Yang Li posted 1 patch 4 years ago
sound/soc/intel/avs/path.c | 1 -
1 file changed, 1 deletion(-)
[PATCH -next] ASoC: Intel: avs: Remove duplicated include in path.c
Posted by Yang Li 4 years ago
Fix following includecheck warning:
./sound/soc/intel/avs/path.c: sound/intel-nhlt.h is included more than
once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 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