From patchwork Mon Sep 26 02:57:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiapeng Chong X-Patchwork-Id: 12988200 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 2C3F0C6FA82 for ; Mon, 26 Sep 2022 02:58:36 +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 551371F4; Mon, 26 Sep 2022 04:57:44 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 551371F4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1664161114; bh=elBg8K4Vlt/p8gKKn1qaWNKhTp2ZCaTwYBFeMAaypvk=; h=From:To:Subject:Date:Cc:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=Fau5nxTVrV56WrrK8NjR2x9j7WUDKG7k/h4biYuWUns1X1FPoyq/mMYiN+3874pCt iEdZR6V/NqUtxlzCNpAeQWkk+XAwKaDCtuUTBQYiXsk16/bGUTR9D9C27naOo/jUCV QrYCXj8ypxtiiRrfR7/LgtNnftZMxoOYEivCC64g= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id D308BF80254; Mon, 26 Sep 2022 04:57:43 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id D6EBFF8027D; Mon, 26 Sep 2022 04:57:41 +0200 (CEST) Received: from out30-45.freemail.mail.aliyun.com (out30-45.freemail.mail.aliyun.com [115.124.30.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 817F9F80134 for ; Mon, 26 Sep 2022 04:57:33 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 817F9F80134 X-Alimail-AntiSpam: AC=PASS; BC=-1|-1; BR=01201311R511e4; CH=green; DM=||false|; DS=||; FP=0|-1|-1|-1|0|-1|-1|-1; HT=ay29a033018046049; MF=jiapeng.chong@linux.alibaba.com; NM=1; PH=DS; RN=6; SR=0; TI=SMTPD_---0VQeYfWV_1664161035; Received: from localhost(mailfrom:jiapeng.chong@linux.alibaba.com fp:SMTPD_---0VQeYfWV_1664161035) by smtp.aliyun-inc.com; Mon, 26 Sep 2022 10:57:29 +0800 From: Jiapeng Chong To: perex@perex.cz Subject: [PATCH] ASoC: SOF: amd: Remove duplicate include Date: Mon, 26 Sep 2022 10:57:13 +0800 Message-Id: <20220926025713.39827-1-jiapeng.chong@linux.alibaba.com> X-Mailer: git-send-email 2.20.1.7.g153144c MIME-Version: 1.0 Cc: Jiapeng Chong , alsa-devel@alsa-project.org, Abaci Robot , tiwai@suse.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" ./sound/soc/sof/amd/acp-common.c: ../sof-audio.h is included more than once. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2270 Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong --- 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"