[dpdk-dev] [PATCH v3 12/17] net/bnxt: remove function declaration

Lance Richardson h.lance.richardson at gmail.com
Thu Dec 10 16:57:34 CET 2020


On Wed, Dec 9, 2020 at 6:58 PM Ajit Khaparde <ajitkhaparde at gmail.com> wrote:
>
> Remove an orphan function declaration.
> It has not been defined yet and hence not used anywhere.
>
> Signed-off-by: Ajit Khaparde <ajit.khaparde at broadcom.com>
> ---
>  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)
>
Acked-by: Lance Richardson <lance.richardson at broadcom.com>


More information about the dev mailing list