Skip to content

Commit

Permalink
[PATCH] make drivers/net/e1000/e1000_hw.c:e1000_phy_igp_get_info() st…
Browse files Browse the repository at this point in the history
…atic

This patch makes the needlessly global e1000_phy_igp_get_info() static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Adrian Bunk authored and Jeff Garzik committed Sep 6, 2006
1 parent f6aa169 commit cff93eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/e1000/e1000_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit cff93eb

Please sign in to comment.