From patchwork Wed Nov 9 13:30:54 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yang Yang X-Patchwork-Id: 623802 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1095EC433FE for ; Wed, 9 Nov 2022 17:27:16 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 4BD3C16C9; Wed, 9 Nov 2022 18:26:24 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 4BD3C16C9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1668014834; bh=r+jW1cqN8KTUUuKT30JKspGk86KsPKDCKk4p1MNXh2I=; h=Date:From:To:Subject:Cc:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=grdP4TIUaSy8f4DWbuWYwWQu4GrX5LdB5dGyYnoJsjWCzhHCQLHc3y4FZhlcsXaGA 6joEyHOagqB3uXdNb8w/2wO44tmv4trJianX6M8zrPNoWgd8Y3dDcMgEiXgamHUACX xgu4Zg2j+DB2HKm3HtBoLEqgCykZe7J14FrXzSE0= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id E8EA3F8063B; Wed, 9 Nov 2022 18:16:26 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 44FDBF80217; Wed, 9 Nov 2022 14:31:13 +0100 (CET) Received: from mxhk.zte.com.cn (mxhk.zte.com.cn [63.216.63.35]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 69F71F800EC for ; Wed, 9 Nov 2022 14:31:05 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 69F71F800EC Received: from mse-fl2.zte.com.cn (unknown [10.5.228.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mxhk.zte.com.cn (FangMail) with ESMTPS id 4N6m7m4qfCz5BNS0; Wed, 9 Nov 2022 21:31:00 +0800 (CST) Received: from szxlzmapp03.zte.com.cn ([10.5.231.207]) by mse-fl2.zte.com.cn with SMTP id 2A9DUpd7099677; Wed, 9 Nov 2022 21:30:51 +0800 (+08) (envelope-from yang.yang29@zte.com.cn) Received: from mapi (szxlzmapp03[null]) by mapi (Zmail) with MAPI id mid14; Wed, 9 Nov 2022 21:30:54 +0800 (CST) Date: Wed, 9 Nov 2022 21:30:54 +0800 (CST) X-Zmail-TransId: 2b05636bab8effffffffb2f2727a X-Mailer: Zmail v1.0 Message-ID: <202211092130548796460@zte.com.cn> Mime-Version: 1.0 From: To: Subject: =?utf-8?q?=5BPATCH_linux-next_v2=5D_ASoC=3A_SOF=3A_remove_duplicate?= =?utf-8?q?d_included_sof-audio=2Eh?= X-MAIL: mse-fl2.zte.com.cn 2A9DUpd7099677 X-Fangmail-Gw-Spam-Type: 0 X-FangMail-Miltered: at cgslv5.04-192.168.250.138.novalocal with ID 636BAB94.001 by FangMail milter! X-FangMail-Envelope: 1668000660/4N6m7m4qfCz5BNS0/636BAB94.001/10.5.228.133/[10.5.228.133]/mse-fl2.zte.com.cn/ X-Fangmail-Anti-Spam-Filtered: true X-Fangmail-MID-QID: 636BAB94.001/4N6m7m4qfCz5BNS0 X-Mailman-Approved-At: Wed, 09 Nov 2022 18:15:49 +0100 Cc: alsa-devel@alsa-project.org, kai.vehmanen@linux.intel.com, peter.ujfalusi@linux.intel.com, lgirdwood@gmail.com, ranjani.sridharan@linux.intel.com, yang.yang29@zte.com.cn, broonie@kernel.org, xu.panda@zte.com.cn, yung-chuan.liao@linux.intel.com, linux-kernel@vger.kernel.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" From: Xu Panda The sof-audio.h is included more than once. Reported-by: Zeal Robot Signed-off-by: Xu Panda Signed-off-by: Yang Yang Reviewed-by: Pierre-Louis Bossart Reviewed-by: Peter Ujfalusi --- change for v2 - add maintainers and the alsa-devel mailing list in CC. --- sound/soc/sof/amd/acp-common.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/sof/amd/acp-common.c b/sound/soc/sof/amd/acp-common.c index 27b95187356e..348e70dfe2a5 100644 --- a/sound/soc/sof/amd/acp-common.c +++ b/sound/soc/sof/amd/acp-common.c @@ -13,7 +13,6 @@ #include "../sof-priv.h" #include "../sof-audio.h" #include "../ops.h" -#include "../sof-audio.h" #include "acp.h" #include "acp-dsp-offset.h"