net/kni: remove driver struct forward declaration
authorRami Rosen <rami.rosen@intel.com>
Sat, 4 Nov 2017 12:03:49 +0000 (14:03 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 7 Nov 2017 09:34:11 +0000 (10:34 +0100)
commitcbc3661f8b496f73ec20b8f5354fa6c299eaa53f
tree424963b9af5b2b70474d6a9647b6cefb21762a95
parent31b3e2b837013f764225a6f301d00f9704594f4f
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 commit 050fe6e9ff970ff92d842912136be8f9f52e171f
("drivers/net: use ethdev allocation helper for vdev"), which
removes the usage of eth_kni_drv in the eth_kni_create() method.

Fixes: 050fe6e9ff97 ("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>
drivers/net/kni/rte_eth_kni.c