cxgbe: use explicit PCI driver structure
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 2 Dec 2015 22:16:18 +0000 (14:16 -0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 6 Dec 2015 23:55:51 +0000 (00:55 +0100)
commitca26d3b4e03e1c59397d6c54e67edeecfba5d493
treec9b378757af61bdaad052c062d09bb7ce89d6ae7
parentbdb3bf9246ff614029a41e6432fe7696e21f607f
cxgbe: use explicit PCI driver structure

The upcoming Hyper-V driver converts the pci_drv element
in struct eth_driver to a union.  When vmbus is added the
pci_drv needs to be explicit. Easier to fix the issue
ahead of time.

This is backwards compatible with previous code.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
drivers/net/cxgbe/cxgbe_ethdev.c