be2net: use pci_vfs_assigned()/pci_num_vf() instead of be_find_vfs()
authorSathya Perla <sathya.perla@emulex.com>
Fri, 14 Jun 2013 10:24:51 +0000 (15:54 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Jun 2013 04:23:19 +0000 (21:23 -0700)
commit257a3feb3f144783184adb2df930331cbe36ff25
tree9ac9db11708ddd67aff0f1e15c864d08118407c3
parentc2ff682a6f5c5ae2cb23b32bb4fd7a6fb059d4fc
be2net: use pci_vfs_assigned()/pci_num_vf() instead of be_find_vfs()

be_find_vfs() is no longer needed as the common PCI calls provide the same
functionality.

Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/emulex/benet/be_main.c