public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] add .module to qla1280 template
@ 2004-09-21 21:27 James Bottomley
  0 siblings, 0 replies; only message in thread
From: James Bottomley @ 2004-09-21 21:27 UTC (permalink / raw)
  To: Jes Sorensen; +Cc: SCSI Mailing List

This was missing.  It needs to be added so the module tracking actually
works correctly for the driver.

James

===== drivers/scsi/qla1280.c 1.65 vs edited =====
--- 1.65/drivers/scsi/qla1280.c	2004-07-28 23:59:10 -04:00
+++ edited/drivers/scsi/qla1280.c	2004-09-21 17:25:39 -04:00
@@ -4641,6 +4641,7 @@
 
 #if LINUX_VERSION_CODE >= 0x020600
 static struct scsi_host_template qla1280_driver_template = {
+	.module			= THIS_MODULE,
 	.proc_name		= "qla1280",
 	.name			= "Qlogic ISP 1280/12160",
 	.info			= qla1280_info,


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

only message in thread, other threads:[~2004-09-21 21:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-21 21:27 [PATCH] add .module to qla1280 template James Bottomley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox