ixgbe: cleanup namespace complaint by removing little used function
authorDon Skidmore <donald.c.skidmore@intel.com>
Fri, 28 Jan 2011 02:28:31 +0000 (02:28 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 11 Feb 2011 16:56:39 +0000 (08:56 -0800)
commit32f754667e66870773e40116687b6849963152f5
treee5646b7a6cc914a6ce337a1dca41cd794164d63b
parent3b2ee94300277220452332d2ebadf5b5699947b5
ixgbe: cleanup namespace complaint by removing little used function

We had a support function that just walked a few pointers to get
from the ixgbe_hw struct to the netdev pointer.  This was causing
a namespace warning so I removed it and just reference the pointers
directly.

Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Stephen Ko <stephen.s.ko@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ixgbe/ixgbe_common.h
drivers/net/ixgbe/ixgbe_main.c