From: Don Skidmore Date: Fri, 28 Jan 2011 02:28:36 +0000 (+0000) Subject: ixgbe: cleanup ixgbe_init_mbx_params_pf namespace issue X-Git-Tag: v2.6.39-rc1~468^2~389^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fecce62b512c1d50174e03367d6f384dd4ceb80;p=pandora-kernel.git 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 Tested-by: Stephen Ko Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed