From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rami Rosen Subject: [PATCH] ethdev: remove unused forward declaration. Date: Wed, 25 Jul 2018 11:30:04 +0300 Message-ID: <1532507404-19279-1-git-send-email-rami.rosen@intel.com> Cc: ferruh.yigit@intel.com, stable@dpdk.org, Rami Rosen To: dev@dpdk.org Return-path: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The forward declaraion of rte_pci_device in rte_ethdev.h is not needed anymore. Fixes: cd8c7c7ce241 ("replace bus specific struct with generic dev") Signed-off-by: Rami Rosen --- lib/librte_ethdev/rte_ethdev.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h index f5f593b..b146dc6 100644 --- a/lib/librte_ethdev/rte_ethdev.h +++ b/lib/librte_ethdev/rte_ethdev.h @@ -964,8 +964,6 @@ struct rte_eth_conf { * mentioned in rte_tx_offload_names in rte_ethdev.c file. */ -struct rte_pci_device; - /* * Fallback default preferred Rx/Tx port parameters. * These are used if an application requests default parameters -- 1.9.1