projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c913018
)
ixgbe: fix namespacecheck issue
author
Emil Tantilov
<emil.s.tantilov@intel.com>
Wed, 16 Mar 2011 01:58:20 +0000
(
01:58
+0000)
committer
Jeff Kirsher
<jeffrey.t.kirsher@intel.com>
Thu, 14 Apr 2011 02:21:03 +0000
(19:21 -0700)
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>
drivers/net/ixgbe/ixgbe_82599.c
patch
|
blob
|
history
diff --git
a/drivers/net/ixgbe/ixgbe_82599.c
b/drivers/net/ixgbe/ixgbe_82599.c
index
00aeba3
..
32ad411
100644
(file)
--- 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)
+s
tatic s
32 ixgbe_identify_phy_82599(struct ixgbe_hw *hw)
{
s32 status = IXGBE_ERR_PHY_ADDR_INVALID;