All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mptsas: make two functions static
@ 2006-06-29 23:36 Eric Moore
  0 siblings, 0 replies; only message in thread
From: Eric Moore @ 2006-06-29 23:36 UTC (permalink / raw)
  To: linux-scsi, James.Bottomley; +Cc: akpm

Make two needlessly global functions static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.com>
Signed-off-by: Eric Moore <Eric.Moore@lsil.com>

diff -uarpN b/drivers/message/fusion/mptsas.c a/drivers/message/fusion/mptsas.c
--- b/drivers/message/fusion/mptsas.c	2006-06-29 15:59:46.000000000 -0600
+++ a/drivers/message/fusion/mptsas.c	2006-06-29 17:38:43.000000000 -0600
@@ -337,7 +337,7 @@ mptsas_is_end_device(struct mptsas_devin
 }
 
 /* no mutex */
-void
+static void
 mptsas_port_delete(struct mptsas_portinfo_details * port_details)
 {
 	struct mptsas_portinfo *port_info;
@@ -438,7 +438,7 @@ starget)
  * Updates for new and existing narrow/wide port configuration
  * in the sas_topology
  */
-void
+static void
 mptsas_setup_wide_ports(MPT_ADAPTER *ioc, struct mptsas_portinfo *port_info)
 {
 	struct mptsas_portinfo_details * port_details;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-06-29 23:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-29 23:36 [PATCH] mptsas: make two functions static Eric Moore

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.