patches for DPDK stable branches
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@redhat.com>
To: dev@dpdk.org
Cc: stable@dpdk.org, Stephen Hemminger <stephen@networkplumber.org>,
	Gaetan Rivet <grive@u256.net>,
	Thomas Monjalon <thomas@monjalon.net>
Subject: [dpdk-stable] [PATCH v2 6/6] bus/pci: remove duplicate declaration
Date: Mon, 14 Sep 2020 10:23:50 +0200	[thread overview]
Message-ID: <20200914082350.13279-7-david.marchand@redhat.com> (raw)
In-Reply-To: <20200914082350.13279-1-david.marchand@redhat.com>

This declaration is the same as the one a few lines before.

Fixes: 6844d146ff39 ("eal: add bus pointer in device structure")
Cc: stable@dpdk.org

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 drivers/bus/pci/private.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/bus/pci/private.h b/drivers/bus/pci/private.h
index 530123767b..9aa7e67c73 100644
--- a/drivers/bus/pci/private.h
+++ b/drivers/bus/pci/private.h
@@ -15,8 +15,6 @@ extern struct rte_pci_bus rte_pci_bus;
 struct rte_pci_driver;
 struct rte_pci_device;
 
-extern struct rte_pci_bus rte_pci_bus;
-
 /**
  * Scan the content of the PCI bus, and the devices in the devices
  * list
-- 
2.23.0


  parent reply	other threads:[~2020-09-14  8:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20200914081727.12215-1-david.marchand@redhat.com>
2020-09-14  8:17 ` [dpdk-stable] [PATCH 5/5] " David Marchand
     [not found] ` <20200914082350.13279-1-david.marchand@redhat.com>
2020-09-14  8:23   ` David Marchand [this message]
2020-09-14 10:24     ` [dpdk-stable] [dpdk-dev] [PATCH v2 6/6] " Andrew Rybchenko
     [not found] ` <20200917112823.10534-1-david.marchand@redhat.com>
2020-09-17 11:28   ` [dpdk-stable] [PATCH v3 " David Marchand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200914082350.13279-7-david.marchand@redhat.com \
    --to=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=grive@u256.net \
    --cc=stable@dpdk.org \
    --cc=stephen@networkplumber.org \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).