ethdev: remove useless parameter in init functions
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 5 Mar 2015 18:24:59 +0000 (19:24 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 9 Mar 2015 17:07:44 +0000 (18:07 +0100)
The pointer to struct eth_driver is not used and is already set
in struct rte_eth_dev.

It's a small cleanup in PMD API which probably needs more
attention to make clear what is a driver, a PCI driver, an
ethernet driver, etc.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>

No differences found