projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6aa169
)
[PATCH] make drivers/net/e1000/e1000_hw.c:e1000_phy_igp_get_info() static
author
Adrian Bunk
<bunk@stusta.de>
Mon, 4 Sep 2006 11:41:14 +0000
(13:41 +0200)
committer
Jeff Garzik
<jeff@garzik.org>
Wed, 6 Sep 2006 16:52:52 +0000
(12:52 -0400)
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>
drivers/net/e1000/e1000_hw.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/e1000/e1000_hw.c
b/drivers/net/e1000/e1000_hw.c
index 4b54c489f819e962dd89889342e8af1badb05943..a6f8f4fce7013287ed4d13d3542951f387ecf133 100644
(file)
--- 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)
* 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)
{