From f771732be83aa50b917d064b72760b98166f73c8 Mon Sep 17 00:00:00 2001 From: Rami Rosen Date: Wed, 25 Jul 2018 11:30:04 +0300 Subject: [PATCH] ethdev: remove unused forward declaration The forward declaraion of rte_pci_device in rte_ethdev.h is not needed anymore. Fixes: cd8c7c7ce241 ("ethdev: replace bus specific struct with generic dev") Cc: stable@dpdk.org Signed-off-by: Rami Rosen Acked-by: Andrew Rybchenko --- 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 b74d597714..cacd76ec6a 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 -- 2.20.1