* [2.6 patch] make drivers/net/e1000/e1000_hw.c:e1000_phy_igp_get_info() static
@ 2006-09-04 11:41 ` Adrian Bunk
0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2006-09-04 11:41 UTC (permalink / raw)
To: cramerj, john.ronciak, jesse.brandeburg, jeffrey.t.kirsher,
auke-jan.h.kok
Cc: linux-kernel, jgarzik, netdev
This patch makes the needlessly global e1000_phy_igp_get_info() static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.18-rc5-mm1/drivers/net/e1000/e1000_hw.c.old 2006-09-01 21:00:00.000000000 +0200
+++ linux-2.6.18-rc5-mm1/drivers/net/e1000/e1000_hw.c 2006-09-01 21:00:19.000000000 +0200
@@ -4056,7 +4056,7 @@
* 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)
{
--
VGER BF report: U 0.50115
^ permalink raw reply [flat|nested] 3+ messages in thread
* [2.6 patch] make drivers/net/e1000/e1000_hw.c:e1000_phy_igp_get_info() static
@ 2006-09-04 11:41 ` Adrian Bunk
0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2006-09-04 11:41 UTC (permalink / raw)
To: cramerj, john.ronciak, jesse.brandeburg, jeffrey.t.kirsher,
auke-jan.h.kok
Cc: linux-kernel, jgarzik, netdev
This patch makes the needlessly global e1000_phy_igp_get_info() static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.18-rc5-mm1/drivers/net/e1000/e1000_hw.c.old 2006-09-01 21:00:00.000000000 +0200
+++ linux-2.6.18-rc5-mm1/drivers/net/e1000/e1000_hw.c 2006-09-01 21:00:19.000000000 +0200
@@ -4056,7 +4056,7 @@
* 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)
{
--
VGER BF report: U 0.468609
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [2.6 patch] make drivers/net/e1000/e1000_hw.c:e1000_phy_igp_get_info() static
2006-09-04 11:41 ` Adrian Bunk
(?)
@ 2006-09-06 16:53 ` Jeff Garzik
-1 siblings, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2006-09-06 16:53 UTC (permalink / raw)
To: Adrian Bunk
Cc: cramerj, john.ronciak, jesse.brandeburg, jeffrey.t.kirsher,
auke-jan.h.kok, linux-kernel, netdev
applied
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-09-06 16:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-04 11:41 [2.6 patch] make drivers/net/e1000/e1000_hw.c:e1000_phy_igp_get_info() static Adrian Bunk
2006-09-04 11:41 ` Adrian Bunk
2006-09-06 16:53 ` Jeff Garzik
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.