From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 24A73A09E9; Tue, 8 Dec 2020 21:15:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 439FDCA1C; Tue, 8 Dec 2020 21:12:04 +0100 (CET) Received: from mail-pf1-f171.google.com (mail-pf1-f171.google.com [209.85.210.171]) by dpdk.org (Postfix) with ESMTP id 18848C9E8 for ; Tue, 8 Dec 2020 21:11:56 +0100 (CET) Received: by mail-pf1-f171.google.com with SMTP id b26so14951381pfi.3 for ; Tue, 08 Dec 2020 12:11:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version; bh=D1EqIDRIYyVYGn+6UuN1OICPOMpBfqWLXwh4Qd73YmM=; b=EK0Vrv9Fr8vHGgyafDs7FtjarHZNJJrdq5wN0gfPoQOPAiA9aAKs/bvjTHqUfjLqq0 gdIT7eIiD/eWhtShEl7+XFodmcQDuSZnhHD9ocEyQ9eewKosSypchVMy7YvCljfXCHg2 +HXEccWBnZgkJ6VIRyIszQY3QPIrguUDbOEjw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version; bh=D1EqIDRIYyVYGn+6UuN1OICPOMpBfqWLXwh4Qd73YmM=; b=V3ezUOEo7xnRSuo9uCzOuUq/bYXpsGOiqDluP2WpHkhR9V3Uq4FyMom0ek9BBa1nde xvC63putMYGwI0YxrpTzSHOg0P949NjDVucVFk0EOOY7E1TPhFMPYI7I44UcXBhVcrZ5 hNOMRjKhpNNw+SHYf9nR9/neO44ZB7WOl3YzMddmBiG4u48klgWofaLxmqNv6gtINr+E PwYLlfOnx2VFjWQ7j/0X6XaAjKnrOkP+mGY+Ggzq3Zd0Es3k8Sr9Bsgr24rpw+/ufEW0 x+IxEK4qjzCpKVkkJqfB9+3d2kMvRY0v+T3ASMU5Iq/+s7MkOn+ZEv/hzVTIQvEp+INI l9Dg== X-Gm-Message-State: AOAM533U3/LGdQ5hPq95hfMeFsZvwZYcDQzyoyL3yTSVGvPcYm6HV+Fk 8oxTpLrkEkeqXKfEeW6S0LhoQlwp6E7FUommjeCxvhagBUyWzb8AKdrKHPhNO9ha5wJP+pO6jzT iXvPrM78HNSsWQDlFSQbdzhINhaOzWTGjdWDw/xTuNrYlFsff27hmDuZW0Yo+V23c3A== X-Google-Smtp-Source: ABdhPJygissxZ8VXVRjAjZWk8dhfFn74+OMFxKINaJTRUT0Brwhn+KamgS0Oz2ttk6Kv52uDGKrWFw== X-Received: by 2002:a63:f90a:: with SMTP id h10mr528224pgi.375.1607458314946; Tue, 08 Dec 2020 12:11:54 -0800 (PST) Received: from localhost.localdomain ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id x10sm5729187pfc.157.2020.12.08.12.11.53 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Dec 2020 12:11:54 -0800 (PST) From: Ajit Khaparde To: dev@dpdk.org Date: Tue, 8 Dec 2020 12:11:29 -0800 Message-Id: <20201208201134.47844-13-ajit.khaparde@broadcom.com> X-Mailer: git-send-email 2.21.1 (Apple Git-122.3) In-Reply-To: <20201208201134.47844-1-ajit.khaparde@broadcom.com> References: <20201208201134.47844-1-ajit.khaparde@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] [PATCH 12/17] net/bnxt: remove function declaration X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Remove an orphan function declaration. It has not been defined yet and hence not used anywhere. Signed-off-by: Ajit Khaparde --- drivers/net/bnxt/bnxt_hwrm.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/bnxt/bnxt_hwrm.h b/drivers/net/bnxt/bnxt_hwrm.h index 23ca6ab51..4b3290773 100644 --- a/drivers/net/bnxt/bnxt_hwrm.h +++ b/drivers/net/bnxt/bnxt_hwrm.h @@ -288,8 +288,6 @@ int bnxt_hwrm_cfa_counter_qstats(struct bnxt *bp, enum bnxt_flow_dir dir, uint16_t cntr, uint16_t num_entries); -int bnxt_hwrm_get_dflt_vnic_id(struct bnxt *bp, uint16_t fid, - uint16_t *vnic_id); int bnxt_hwrm_get_dflt_vnic_svif(struct bnxt *bp, uint16_t fid, uint16_t *vnic_id, uint16_t *svif); int bnxt_hwrm_parent_pf_qcfg(struct bnxt *bp); -- 2.21.1 (Apple Git-122.3) -- This electronic communication and the information and any files transmitted with it, or attached to it, are confidential and are intended solely for the use of the individual or entity to whom it is addressed and may contain information that is confidential, legally privileged, protected by privacy laws, or otherwise restricted from disclosure to anyone else. If you are not the intended recipient or the person responsible for delivering the e-mail to the intended recipient, you are hereby notified that any use, copying, distributing, dissemination, forwarding, printing, or copying of this e-mail is strictly prohibited. If you received this e-mail in error, please return the e-mail to the sender, delete it from your computer, and destroy any printed copy of it.