mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-27 04:54:41 +08:00
ixgbe: make ixgbe_led_on/off_t_x550em static
These functions are only used in ixgbe_x550.c. Fixes a warning when compiling with -Wmissing-prototypes Reported-by: Krishneil Singh <krishneil.k.singh@intel.com> Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
691e412132
commit
d2d43e5b9f
@ -2125,7 +2125,7 @@ static s32 ixgbe_reset_phy_t_X550em(struct ixgbe_hw *hw)
|
||||
* @hw: pointer to hardware structure
|
||||
* @led_idx: led number to turn on
|
||||
**/
|
||||
s32 ixgbe_led_on_t_x550em(struct ixgbe_hw *hw, u32 led_idx)
|
||||
static s32 ixgbe_led_on_t_x550em(struct ixgbe_hw *hw, u32 led_idx)
|
||||
{
|
||||
u16 phy_data;
|
||||
|
||||
@ -2147,7 +2147,7 @@ s32 ixgbe_led_on_t_x550em(struct ixgbe_hw *hw, u32 led_idx)
|
||||
* @hw: pointer to hardware structure
|
||||
* @led_idx: led number to turn off
|
||||
**/
|
||||
s32 ixgbe_led_off_t_x550em(struct ixgbe_hw *hw, u32 led_idx)
|
||||
static s32 ixgbe_led_off_t_x550em(struct ixgbe_hw *hw, u32 led_idx)
|
||||
{
|
||||
u16 phy_data;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user