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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5C342C636D4 for ; Mon, 13 Feb 2023 17:26:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229744AbjBMR02 (ORCPT ); Mon, 13 Feb 2023 12:26:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40174 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229630AbjBMR01 (ORCPT ); Mon, 13 Feb 2023 12:26:27 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A175E19688; Mon, 13 Feb 2023 09:26:01 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 530BEB81637; Mon, 13 Feb 2023 17:25:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D8430C433B4; Mon, 13 Feb 2023 17:25:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676309158; bh=DHxm33OpmpOZeWHjtjQbXckyZTgIPj3vHeUqIStqU8k=; h=Subject:From:In-Reply-To:References:To:Cc:Date:From; b=pMn6odgFIlGV1xVk3g2Wxc3k9TOkWc3kZ1pD+5lwncB0o1XBnzaY8oa+ET61GF1e7 gm0EtF5KBC+GZ1PBMGMMl4H5h3Olbrej1UPXg7CpW7gwY9BroaWuyzcN1PkKkbSyIY 28U3FC+t7/NBJFVRXmM3Hns31/kRcDHMOMTox5akRPERqZ2fs09TBmL+Hr2ivfaHyY 3lAsMDZ7TIFItjwa3shQot64yuQb3Xjk1Gx0kb5PXcRIMTEd9kc3s4D1vcVugsb5SW 3OXX7YA/ABRiEYyJHJO1Nms9beFDGLR65qi+768BTFwIKFjKQNkcmt5IubY2BNdy3g 05dWweKbs6jRQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: wifi: zd1211rw: remove redundant decls From: Kalle Valo In-Reply-To: <20230204200902.1709343-1-trix@redhat.com> References: <20230204200902.1709343-1-trix@redhat.com> To: Tom Rix Cc: kune@deine-taler.de, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Tom Rix User-Agent: pwcli/0.1.1-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-ID: <167630915417.12830.2730153875610217688.kvalo@kernel.org> Date: Mon, 13 Feb 2023 17:25:55 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Tom Rix wrote: > building with W=2 has these errors > redundant redeclaration of ‘zd_rf_generic_patch_6m’ [-Werror=redundant-decls] > redundant redeclaration of ‘zd_rf_patch_6m_band_edge’ [-Werror=redundant-decls] > > Remove the second decls. > > Signed-off-by: Tom Rix > Reviewed-by: Simon Horman Patch applied to wireless-next.git, thanks. 9d5dbfe0e170 wifi: zd1211rw: remove redundant decls -- https://patchwork.kernel.org/project/linux-wireless/patch/20230204200902.1709343-1-trix@redhat.com/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches