diff mbox

[jkirsher-next-queue] ixgbe: ixgbe_get_lcd_t_x550em() can be static

Message ID 20150612042329.GA146134@lkp-ib04
State Superseded
Delegated to: Jeff Kirsher
Headers show

Commit Message

kbuild test robot June 12, 2015, 4:23 a.m. UTC
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 ixgbe_x550.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
index ae164da..710c195 100644
--- a/drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
+++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
@@ -1464,7 +1464,7 @@  static s32 ixgbe_reset_phy_t_X550em(struct ixgbe_hw *hw)
  *
  *  Determine lowest common link speed with link partner.
  **/
-s32 ixgbe_get_lcd_t_x550em(struct ixgbe_hw *hw, ixgbe_link_speed *lcd_speed)
+static s32 ixgbe_get_lcd_t_x550em(struct ixgbe_hw *hw, ixgbe_link_speed *lcd_speed)
 {
 	u16 an_lp_status;
 	s32 status;
@@ -1501,7 +1501,7 @@  s32 ixgbe_get_lcd_t_x550em(struct ixgbe_hw *hw, ixgbe_link_speed *lcd_speed)
  *  (from D0 to non-D0). Link is required to enter LPLU so avoid resetting
  *  the X557 PHY immediately prior to entering LPLU.
  **/
-s32 ixgbe_enter_lplu_t_x550em(struct ixgbe_hw *hw)
+static s32 ixgbe_enter_lplu_t_x550em(struct ixgbe_hw *hw)
 {
 	u16 an_10g_cntl_reg, autoneg_reg, speed;
 	s32 status;