summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_82599.c
diff options
context:
space:
mode:
authorEmil Tantilov2011-03-16 02:58:20 +0100
committerJeff Kirsher2011-04-14 04:21:03 +0200
commitd6cd8e0e75b66896bd4e14c8883d62322831cb8f (patch)
tree84454c5456f87278c70817d0510917bc5a099546 /drivers/net/ixgbe/ixgbe_82599.c
parentixgbe: correct function number for some 82598 parts (diff)
downloadkernel-qcow2-linux-d6cd8e0e75b66896bd4e14c8883d62322831cb8f.tar.gz
kernel-qcow2-linux-d6cd8e0e75b66896bd4e14c8883d62322831cb8f.tar.xz
kernel-qcow2-linux-d6cd8e0e75b66896bd4e14c8883d62322831cb8f.zip
ixgbe: fix namespacecheck issue
Set ixgbe_identify_82599() as static Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com> Tested-by: Stephen Ko <stephen.s.ko@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_82599.c')
-rw-r--r--drivers/net/ixgbe/ixgbe_82599.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe_82599.c b/drivers/net/ixgbe/ixgbe_82599.c
index 00aeba385a2f..32ad4119ff77 100644
--- a/drivers/net/ixgbe/ixgbe_82599.c
+++ b/drivers/net/ixgbe/ixgbe_82599.c
@@ -1775,7 +1775,7 @@ static s32 ixgbe_start_hw_82599(struct ixgbe_hw *hw)
* If PHY already detected, maintains current PHY type in hw struct,
* otherwise executes the PHY detection routine.
**/
-s32 ixgbe_identify_phy_82599(struct ixgbe_hw *hw)
+static s32 ixgbe_identify_phy_82599(struct ixgbe_hw *hw)
{
s32 status = IXGBE_ERR_PHY_ADDR_INVALID;