3 Jun
2021
3 Jun
'21
4:59 a.m.
shim.h is included twice. As shim.h is not related to later header file, keep one which has comment and remove the former one.
Signed-off-by: Wan Jiabing wanjiabing@vivo.com --- sound/soc/sof/intel/pci-tng.c | 1 - 1 file changed, 1 deletion(-)
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"
--
2.7.4