linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] sun3_scsi: Fill in missing scsi_host_template.proc_info method
@ 2013-04-10 11:52 Geert Uytterhoeven
  2013-04-10 11:52 ` [PATCH -next 2/2] sun3_scsi: switch to ->show_info() Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2013-04-10 11:52 UTC (permalink / raw)
  To: Al Viro
  Cc: Sam Creasey, linux-scsi, linux-kernel, linux-next, Geert Uytterhoeven

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 drivers/scsi/sun3_scsi.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/scsi/sun3_scsi.c b/drivers/scsi/sun3_scsi.c
index 6e25889..b0dc034 100644
--- a/drivers/scsi/sun3_scsi.c
+++ b/drivers/scsi/sun3_scsi.c
@@ -626,6 +626,7 @@ static int sun3scsi_dma_finish(int write_flag)
 #include "sun3_NCR5380.c"
 
 static struct scsi_host_template driver_template = {
+	.proc_info		= sun3scsi_proc_info,
 	.name			= SUN3_SCSI_NAME,
 	.detect			= sun3scsi_detect,
 	.release		= sun3scsi_release,
-- 
1.7.0.4

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

end of thread, other threads:[~2013-05-04 18:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-10 11:52 [PATCH 1/2] sun3_scsi: Fill in missing scsi_host_template.proc_info method Geert Uytterhoeven
2013-04-10 11:52 ` [PATCH -next 2/2] sun3_scsi: switch to ->show_info() Geert Uytterhoeven
2013-05-03 20:03   ` Geert Uytterhoeven
2013-05-04 18:51     ` Al Viro

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).