From patchwork Fri Jan 27 23:11:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Amadeusz_S=C5=82awi=C5=84ski?= X-Patchwork-Id: 647988 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 BD6D0C54EAA for ; Fri, 27 Jan 2023 15:13:22 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 7E612A4C; Fri, 27 Jan 2023 16:12:30 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 7E612A4C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1674832400; bh=c8ILVtNNmJQWo7vrskMPEAqhtWXqqQZMWAdnFedFvsY=; h=From:To:Subject:Date:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: Cc:From; b=XRvLXbgQAwAh4J63s1K+vdeahPEX/RjjFVn20Gt//cUayDsfruOIY5AKloViPzZ3m E+xU4w951+MOocA+55tf5oYGrHfFk2BTGTvk4Jw2M26jqHnvd25dCa4EjmwzRFagIc DZ82iXSkyM/5hfX0LRA6l4devCDmdrO7lhTYyTNU= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id CFC85F80579; Fri, 27 Jan 2023 16:10:32 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 49D9AF80553; Fri, 27 Jan 2023 16:10:28 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 D377EF80548 for ; Fri, 27 Jan 2023 16:10:23 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz D377EF80548 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key, unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=cqardbZU DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1674832225; x=1706368225; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=c8ILVtNNmJQWo7vrskMPEAqhtWXqqQZMWAdnFedFvsY=; b=cqardbZU12+H50iWABnptSPEbn2YrnFNWZ6aB0vlVSu2RHjwoIkHdv6N rJJHL51jPly2j+esBfoKEJEogd4hyLPWK4QYvdsW1WaZJCWfQFmxQqCsQ /lnuZ7PTdaVJPcpvxAaNLSyLX8OtsznXma6Ra5qDda03PalmiHGmrUaGJ f4bXFaer63Txqp77BOWJyO8eNP4RRKLr1OuuKFs3aYqzV7aFkdYCMQKCg 70suyMcXrj8cwLwGJ1DkT42vAwqs2i78a/1yUFQGqRALYEHZCHIlZFBSP CK3tR6DDyB2jpgg4OYhc4V/YRvQDD84GVlNMdZQF/a9pNSihRVATcRNHA g==; X-IronPort-AV: E=McAfee;i="6500,9779,10603"; a="324795825" X-IronPort-AV: E=Sophos;i="5.97,251,1669104000"; d="scan'208";a="324795825" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jan 2023 07:10:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10603"; a="908709019" X-IronPort-AV: E=Sophos;i="5.97,251,1669104000"; d="scan'208";a="908709019" Received: from dev2 (HELO DEV2.igk.intel.com) ([10.237.148.94]) by fmsmga006.fm.intel.com with ESMTP; 27 Jan 2023 07:10:21 -0800 From: =?utf-8?q?Amadeusz_S=C5=82awi=C5=84ski?= To: Mark Brown Subject: [PATCH 06/11] ASoC: topology: Remove unnecessary forward declarations Date: Sat, 28 Jan 2023 00:11:06 +0100 Message-Id: <20230127231111.937721-7-amadeuszx.slawinski@linux.intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230127231111.937721-1-amadeuszx.slawinski@linux.intel.com> References: <20230127231111.937721-1-amadeuszx.slawinski@linux.intel.com> MIME-Version: 1.0 X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.29 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: , Cc: Cezary Rojewski , alsa-devel@alsa-project.org, Takashi Iwai , Pierre-Louis Bossart , Ranjani Sridharan , =?utf-8?q?Amadeusz_S?= =?utf-8?q?=C5=82awi=C5=84ski?= Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" There is no need to forward declare functions if their use is after their definition. Reviewed-by: Cezary Rojewski Reviewed-by: Ranjani Sridharan Signed-off-by: Amadeusz Sławiński --- sound/soc/soc-topology.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sound/soc/soc-topology.c b/sound/soc/soc-topology.c index a952f7eaa646..766de161aa4a 100644 --- a/sound/soc/soc-topology.c +++ b/sound/soc/soc-topology.c @@ -76,9 +76,6 @@ struct soc_tplg { struct snd_soc_tplg_ops *ops; }; -static int soc_tplg_process_headers(struct soc_tplg *tplg); -static int soc_tplg_complete(struct soc_tplg *tplg); - /* check we dont overflow the data for this control chunk */ static int soc_tplg_check_elem_count(struct soc_tplg *tplg, size_t elem_size, unsigned int count, size_t bytes, const char *elem_type)