diff mbox series

[linux-next] ASoC: SOF: intel: remove duplicate include

Message ID 20210824030015.57267-1-deng.changcheng@zte.com.cn
State New
Headers show
Series [linux-next] ASoC: SOF: intel: remove duplicate include | expand

Commit Message

Lv Ruyi Aug. 24, 2021, 3 a.m. UTC
From: Changcheng Deng <deng.changcheng@zte.com.cn>

Clean up the following includecheck warning:

./sound/soc/sof/intel/pci-tng.c: shim.h is included more than once.

No functional change.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Changcheng Deng <deng.changcheng@zte.com.cn>
---
 sound/soc/sof/intel/pci-tng.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/sound/soc/sof/intel/pci-tng.c b/sound/soc/sof/intel/pci-tng.c
index 4ee1da3..4bded66 100644
--- a/sound/soc/sof/intel/pci-tng.c
+++ b/sound/soc/sof/intel/pci-tng.c
@@ -15,7 +15,6 @@ 
 #include <sound/sof.h>
 #include "../ops.h"
 #include "atom.h"
-#include "shim.h"
 #include "../sof-pci-dev.h"
 #include "../sof-audio.h"