netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] make myri10ge_get_firmware_capabilities() static
@ 2008-05-19 21:53 Adrian Bunk
  2008-05-20  5:52 ` Brice Goglin
  2008-05-22 10:20 ` Jeff Garzik
  0 siblings, 2 replies; 3+ messages in thread
From: Adrian Bunk @ 2008-05-19 21:53 UTC (permalink / raw)
  To: Brice Goglin, Andrew Gallatin, jgarzik; +Cc: netdev, linux-kernel

This patch makes the needlessly global 
myri10ge_get_firmware_capabilities() static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
0442d0c2cb767d312f5264cc226a1595c47f3dbf diff --git a/drivers/net/myri10ge/myri10ge.c b/drivers/net/myri10ge/myri10ge.c
index c91b12e..36be6ef 100644
--- a/drivers/net/myri10ge/myri10ge.c
+++ b/drivers/net/myri10ge/myri10ge.c
@@ -631,7 +631,7 @@ static int myri10ge_adopt_running_firmware(struct myri10ge_priv *mgp)
 	return status;
 }
 
-int myri10ge_get_firmware_capabilities(struct myri10ge_priv *mgp)
+static int myri10ge_get_firmware_capabilities(struct myri10ge_priv *mgp)
 {
 	struct myri10ge_cmd cmd;
 	int status;

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [2.6 patch] make myri10ge_get_firmware_capabilities() static
  2008-05-19 21:53 [2.6 patch] make myri10ge_get_firmware_capabilities() static Adrian Bunk
@ 2008-05-20  5:52 ` Brice Goglin
  2008-05-22 10:20 ` Jeff Garzik
  1 sibling, 0 replies; 3+ messages in thread
From: Brice Goglin @ 2008-05-20  5:52 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Andrew Gallatin, jgarzik, netdev, linux-kernel

Adrian Bunk wrote:
> This patch makes the needlessly global 
> myri10ge_get_firmware_capabilities() static.
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
>   
Acked-by: Brice Goglin <brice@myri.com>

> ---
> 0442d0c2cb767d312f5264cc226a1595c47f3dbf diff --git a/drivers/net/myri10ge/myri10ge.c b/drivers/net/myri10ge/myri10ge.c
> index c91b12e..36be6ef 100644
> --- a/drivers/net/myri10ge/myri10ge.c
> +++ b/drivers/net/myri10ge/myri10ge.c
> @@ -631,7 +631,7 @@ static int myri10ge_adopt_running_firmware(struct myri10ge_priv *mgp)
>  	return status;
>  }
>  
> -int myri10ge_get_firmware_capabilities(struct myri10ge_priv *mgp)
> +static int myri10ge_get_firmware_capabilities(struct myri10ge_priv *mgp)
>  {
>  	struct myri10ge_cmd cmd;
>  	int status;
>
>   


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [2.6 patch] make myri10ge_get_firmware_capabilities() static
  2008-05-19 21:53 [2.6 patch] make myri10ge_get_firmware_capabilities() static Adrian Bunk
  2008-05-20  5:52 ` Brice Goglin
@ 2008-05-22 10:20 ` Jeff Garzik
  1 sibling, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2008-05-22 10:20 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Brice Goglin, Andrew Gallatin, netdev, linux-kernel

Adrian Bunk wrote:
> This patch makes the needlessly global 
> myri10ge_get_firmware_capabilities() static.
> 
> Signed-off-by: Adrian Bunk <bunk@kernel.org>

applied



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-05-22 10:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-19 21:53 [2.6 patch] make myri10ge_get_firmware_capabilities() static Adrian Bunk
2008-05-20  5:52 ` Brice Goglin
2008-05-22 10:20 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).