netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 4/9] ehea: make things static
@ 2008-04-18 20:50 akpm
  2008-04-25  6:03 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2008-04-18 20:50 UTC (permalink / raw)
  To: jeff; +Cc: netdev, akpm, osstklei, tklein

From: Andrew Morton <akpm@linux-foundation.org>

ehea_flush_sq() and ehea_purge_sq() should be static.

Cc: Jeff Garzik <jeff@garzik.org>
Cc: Thomas Klein <osstklei@de.ibm.com>
Cc: Thomas Klein <tklein@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/net/ehea/ehea_main.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -puN drivers/net/ehea/ehea_main.c~ehea-fix-dlpar-memory-add-support-fix drivers/net/ehea/ehea_main.c
--- a/drivers/net/ehea/ehea_main.c~ehea-fix-dlpar-memory-add-support-fix
+++ a/drivers/net/ehea/ehea_main.c
@@ -2611,7 +2611,7 @@ static int ehea_stop(struct net_device *
 	return ret;
 }
 
-void ehea_purge_sq(struct ehea_qp *orig_qp)
+static void ehea_purge_sq(struct ehea_qp *orig_qp)
 {
 	struct ehea_qp qp = *orig_qp;
 	struct ehea_qp_init_attr *init_attr = &qp.init_attr;
@@ -2625,7 +2625,7 @@ void ehea_purge_sq(struct ehea_qp *orig_
 	}
 }
 
-void ehea_flush_sq(struct ehea_port *port)
+static void ehea_flush_sq(struct ehea_port *port)
 {
 	int i;
 
_

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

* Re: [patch 4/9] ehea: make things static
  2008-04-18 20:50 [patch 4/9] ehea: make things static akpm
@ 2008-04-25  6:03 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2008-04-25  6:03 UTC (permalink / raw)
  To: akpm; +Cc: netdev, osstklei, tklein

akpm@linux-foundation.org wrote:
> From: Andrew Morton <akpm@linux-foundation.org>
> 
> ehea_flush_sq() and ehea_purge_sq() should be static.
> 
> Cc: Jeff Garzik <jeff@garzik.org>
> Cc: Thomas Klein <osstklei@de.ibm.com>
> Cc: Thomas Klein <tklein@de.ibm.com>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> ---
> 

applied



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

end of thread, other threads:[~2008-04-25  6:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-18 20:50 [patch 4/9] ehea: make things static akpm
2008-04-25  6:03 ` 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).