net/kni: remove driver struct forward declaration
This patch removes the forward declaration of eth_kni_drv in rte_eth_kni.c; this forward declaration was made unnecessary by commit050fe6e9ff
("drivers/net: use ethdev allocation helper for vdev"), which removes the usage of eth_kni_drv in the eth_kni_create() method. Fixes:050fe6e9ff
("drivers/net: use ethdev allocation helper for vdev") Cc: stable@dpdk.org Signed-off-by: Rami Rosen <rami.rosen@intel.com> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
parent
31b3e2b837
commit
cbc3661f8b
@ -358,8 +358,6 @@ static const struct eth_dev_ops eth_kni_ops = {
|
||||
.stats_reset = eth_kni_stats_reset,
|
||||
};
|
||||
|
||||
static struct rte_vdev_driver eth_kni_drv;
|
||||
|
||||
static struct rte_eth_dev *
|
||||
eth_kni_create(struct rte_vdev_device *vdev,
|
||||
struct eth_kni_args *args,
|
||||
|
Loading…
Reference in New Issue
Block a user