Commit cff93eb3 authored by Adrian Bunk's avatar Adrian Bunk Committed by Jeff Garzik
Browse files

[PATCH] make drivers/net/e1000/e1000_hw.c:e1000_phy_igp_get_info() static



This patch makes the needlessly global e1000_phy_igp_get_info() static.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent f6aa1693
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4056,7 +4056,7 @@ e1000_phy_reset_dsp(struct e1000_hw *hw)
* hw - Struct containing variables accessed by shared code
* phy_info - PHY information structure
******************************************************************************/
int32_t
static int32_t
e1000_phy_igp_get_info(struct e1000_hw *hw,
                       struct e1000_phy_info *phy_info)
{