diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-09-04 07:41:14 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-09-06 12:52:52 -0400 |
commit | cff93eb3d3244cc117a5204fe1d62102b506afb9 (patch) | |
tree | 14aaadd17ffe8af8904546cc8911aca3918f3d17 /drivers/net/e1000/e1000_hw.c | |
parent | f6aa1693671fa9ea661fd30f003820d129fe0628 (diff) |
[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: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/e1000/e1000_hw.c')
-rw-r--r-- | drivers/net/e1000/e1000_hw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/e1000/e1000_hw.c b/drivers/net/e1000/e1000_hw.c index 4b54c489f819..a6f8f4fce701 100644 --- a/drivers/net/e1000/e1000_hw.c +++ b/drivers/net/e1000/e1000_hw.c | |||
@@ -4056,7 +4056,7 @@ e1000_phy_reset_dsp(struct e1000_hw *hw) | |||
4056 | * hw - Struct containing variables accessed by shared code | 4056 | * hw - Struct containing variables accessed by shared code |
4057 | * phy_info - PHY information structure | 4057 | * phy_info - PHY information structure |
4058 | ******************************************************************************/ | 4058 | ******************************************************************************/ |
4059 | int32_t | 4059 | static int32_t |
4060 | e1000_phy_igp_get_info(struct e1000_hw *hw, | 4060 | e1000_phy_igp_get_info(struct e1000_hw *hw, |
4061 | struct e1000_phy_info *phy_info) | 4061 | struct e1000_phy_info *phy_info) |
4062 | { | 4062 | { |