commit | 8fecce62b512c1d50174e03367d6f384dd4ceb80 | [log] [tgz] |
---|---|---|
author | Don Skidmore <donald.c.skidmore@intel.com> | Fri Jan 28 02:28:36 2011 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Feb 11 08:57:13 2011 -0800 |
tree | 0a407db725da45335f7a66a8207a244dd91011b7 | |
parent | 32f754667e66870773e40116687b6849963152f5 [diff] |
ixgbe: cleanup ixgbe_init_mbx_params_pf namespace issue The function ixgbe_init_mbx_params_pf isn't used unless CONFIG_PCI_IOV is defined. This is causing namespace warnings. So I wrapped its definition in CONFIG_PCI_IOV too. 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>