lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220427002223.96786-1-yang.lee@linux.alibaba.com>
Date:   Wed, 27 Apr 2022 08:22:23 +0800
From:   Yang Li <yang.lee@...ux.alibaba.com>
To:     tiwai@...e.com
Cc:     perex@...ex.cz, broonie@...nel.org, yang.jie@...ux.intel.com,
        liam.r.girdwood@...ux.intel.com,
        pierre-louis.bossart@...ux.intel.com, cezary.rojewski@...el.com,
        linux-kernel@...r.kernel.org, Yang Li <yang.lee@...ux.alibaba.com>,
        Abaci Robot <abaci@...ux.alibaba.com>
Subject: [PATCH -next] ASoC: Intel: avs: Remove duplicated include in path.c

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

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ