igbvf: fix unused external references
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 9 Apr 2009 22:49:20 +0000 (22:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Apr 2009 09:55:14 +0000 (02:55 -0700)
The igbvbf driver exposed several unused extrnal references due to the fact
that code was copied from igb and then some functionality was removed.
This changes that so that unused functions are either removed or made
static.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found