Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1300216pxj; Sat, 12 Jun 2021 04:37:41 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyb+1ksqT3GbBM0eTKSCF2e5ZMmhonKCu1sFQucdwvY7NsKJ97dNkznTLnb0mXiiUUhR5Nj X-Received: by 2002:a05:6402:53:: with SMTP id f19mr229133edu.200.1623497860770; Sat, 12 Jun 2021 04:37:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623497860; cv=none; d=google.com; s=arc-20160816; b=oZK7dPHxiakNNQDmGhtp2EyEbhjpEu3Q1t70S8sh1SywK52pf8aWrmcB3oHjxB2GPI IyvSOzqG5wRznu+C7b/xbqaBo/jB/LCZP4yNiKhZHuILk4jMloHRGhBGXTHKiwsu6HUb ApGFGT/rhx/ZnFd3dLtLp7sc24MZfDAV1PoHv6yB8bjVct6osBocYJlPFIUsvO1mddjD 0osK0epoNGz3RQvV5sUs/wf92CicwX1qGFq2jxJLhCP4sz5AYJ74WbWP0dDg6IBOasT5 lxgLnMD2sKesggYM1LtU6rcFpGZp7uY5EXHzq1vJqNKMMPTrq2CO13QRmrIu5uRaUAmk fCYA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:subject:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:cc:to:from; bh=l/sVn1a2ht1gRcsisL5S0lb0QbqW1O7uncZOhkTmGP8=; b=G5TZK4jTLPR5OyDIBy/cGr/A53EWsHex1UVR6PAi/IpyjDKcpEJ0jTNGn2c2rNqxdU LYw/qKXZDelZTshK6E/PySeIdNsdKnobNHahb+QnuR9Smt60/V1fLa0PkFCCslJEh474 FIhfNmVv035wqdf+DBUdP8U82sa/dNY+EvOs6Rfogygo+QhJdh9iUp5NHK3zBOafDbAM mtulCLGHtvX6Rb6Tplg7Ar1JG5adOKcytJ+KLNeVBmnfQxu19difXucehySlJET7Jthz L73m5OuSIQQOZl4Jrn7U6OYkF6zofto5aDen3P3a11uLHs4PulaT9Bj9/iPiMqDzM5pa usBA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 29si2853669ejl.161.2021.06.12.04.37.17; Sat, 12 Jun 2021 04:37:40 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231273AbhFLLfT (ORCPT + 99 others); Sat, 12 Jun 2021 07:35:19 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:47638 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S231276AbhFLLfT (ORCPT ); Sat, 12 Jun 2021 07:35:19 -0400 Received: from [192.130.48.226] (helo=kveik.superpark.guest) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1ls1sk-001V8i-BH; Sat, 12 Jun 2021 14:32:55 +0300 From: Luca Coelho To: kvalo@codeaurora.org Cc: luca@coelho.fi, linux-wireless@vger.kernel.org Date: Sat, 12 Jun 2021 14:32:44 +0300 Message-Id: X-Mailer: git-send-email 2.32.0.rc2 In-Reply-To: <20210612113245.691117-1-luca@coelho.fi> References: <20210612113245.691117-1-luca@coelho.fi> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on farmhouse.coelho.fi X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Subject: [PATCH 11/12] iwlwifi: remove duplicate iwl_ax201_cfg_qu_hr declaration Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org From: Johannes Berg This configuration struct is declared twice, remove one of the declarations. Signed-off-by: Johannes Berg Signed-off-by: Luca Coelho --- drivers/net/wireless/intel/iwlwifi/iwl-config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-config.h b/drivers/net/wireless/intel/iwlwifi/iwl-config.h index fc2ba1ce4370..3e4c6a809595 100644 --- a/drivers/net/wireless/intel/iwlwifi/iwl-config.h +++ b/drivers/net/wireless/intel/iwlwifi/iwl-config.h @@ -588,7 +588,6 @@ extern const struct iwl_cfg iwl_qu_b0_hr_b0; extern const struct iwl_cfg iwl_qu_c0_hr_b0; extern const struct iwl_cfg iwl_ax200_cfg_cc; extern const struct iwl_cfg iwl_ax201_cfg_qu_hr; -extern const struct iwl_cfg iwl_ax201_cfg_qu_hr; extern const struct iwl_cfg iwl_ax201_cfg_qu_c0_hr_b0; extern const struct iwl_cfg iwl_ax201_cfg_quz_hr; extern const struct iwl_cfg iwl_ax1650i_cfg_quz_hr; -- 2.32.0.rc2