diff mbox

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

Message ID 20150605172312.GA146396@lkp-ib03
State Superseded
Headers show

Commit Message

kbuild test robot June 5, 2015, 5:23 p.m. UTC
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 ixgbe_x550.c |    6 +++---
 1 file changed, 3 insertions(+), 3 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 e77e272..ea217cb 100644
--- a/drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
+++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
@@ -888,7 +888,7 @@  static s32 ixgbe_setup_ixfi_x550em(struct ixgbe_hw *hw, ixgbe_link_speed *speed)
  *
  * Returns error status for any failure
  **/
-s32 ixgbe_setup_mac_link_t_X550em(struct ixgbe_hw *hw,
+static s32 ixgbe_setup_mac_link_t_X550em(struct ixgbe_hw *hw,
 				  ixgbe_link_speed speed,
 				  bool autoneg_wait)
 {
@@ -1187,7 +1187,7 @@  static s32 ixgbe_enable_lasi_ext_t_x550em(struct ixgbe_hw *hw)
  * Return IXGBE_ERR_OVERTEMP if interrupt is high temperature
  * failure alarm, else return PHY access status.
  **/
-s32 ixgbe_handle_lasi_ext_t_x550em(struct ixgbe_hw *hw)
+static s32 ixgbe_handle_lasi_ext_t_x550em(struct ixgbe_hw *hw)
 {
 	struct ixgbe_phy_info *phy = &hw->phy;
 	bool lsc;
@@ -1335,7 +1335,7 @@  static s32 ixgbe_ext_phy_t_x550em_get_link(struct ixgbe_hw *hw, bool *link_up)
  * A return of a non-zero value indicates an error, and the base driver should
  * not report link up.
  **/
-s32 ixgbe_setup_internal_phy_t_x550em(struct ixgbe_hw *hw)
+static s32 ixgbe_setup_internal_phy_t_x550em(struct ixgbe_hw *hw)
 {
 	ixgbe_link_speed force_speed;
 	bool link_up;