All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 26/28] make mptspi_target_destroy() static
@ 2007-03-27  5:59 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-03-27  5:59 UTC (permalink / raw)
  To: James.Bottomley; +Cc: linux-scsi, akpm, bunk, Eric.Moore

From: Adrian Bunk <bunk@stusta.de>

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Eric Moore <Eric.Moore@lsi.com>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/message/fusion/mptspi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/message/fusion/mptspi.c~make-mptspi_target_destroy-static drivers/message/fusion/mptspi.c
--- a/drivers/message/fusion/mptspi.c~make-mptspi_target_destroy-static
+++ a/drivers/message/fusion/mptspi.c
@@ -445,7 +445,7 @@ static int mptspi_target_alloc(struct sc
 	return 0;
 }
 
-void
+static void
 mptspi_target_destroy(struct scsi_target *starget)
 {
 	if (starget->hostdata)
_

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

only message in thread, other threads:[~2007-03-27  6:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-27  5:59 [patch 26/28] make mptspi_target_destroy() static akpm

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.