All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Moore, Eric Dean" <Eric.Moore@lsil.com>
To: linux scsi <linux-scsi@vger.kernel.org>
Subject: [PATCH 2/7]  mptfusion - adding = THIS_MODULE
Date: Wed, 16 Nov 2005 18:54:14 -0700	[thread overview]
Message-ID: <200511161854.14799.Eric.Moore@lsil.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 74 bytes --]

Self explanatory patch.

Signed-off-by: Eric Moore <Eric.Moore@lsil.com>


[-- Attachment #2: 2-module-fix.patch --]
[-- Type: text/x-diff, Size: 1434 bytes --]

diff -uarN b/drivers/message/fusion/mptfc.c a/drivers/message/fusion/mptfc.c
--- b/drivers/message/fusion/mptfc.c	2005-10-27 18:02:08.000000000 -0600
+++ a/drivers/message/fusion/mptfc.c	2005-11-16 17:22:38.000000000 -0700
@@ -84,6 +84,7 @@
 static int	mptfcInternalCtx = -1; /* Used only for internal commands */
 
 static struct scsi_host_template mptfc_driver_template = {
+	.module				= THIS_MODULE,
 	.proc_name			= "mptfc",
 	.proc_info			= mptscsih_proc_info,
 	.name				= "MPT FC Host",
diff -uarN b/drivers/message/fusion/mptsas.c a/drivers/message/fusion/mptsas.c
--- b/drivers/message/fusion/mptsas.c	2005-11-16 12:54:28.000000000 -0700
+++ a/drivers/message/fusion/mptsas.c	2005-11-16 17:23:02.000000000 -0700
@@ -277,6 +277,7 @@
 }
 
 static struct scsi_host_template mptsas_driver_template = {
+	.module				= THIS_MODULE,
 	.proc_name			= "mptsas",
 	.proc_info			= mptscsih_proc_info,
 	.name				= "MPT SPI Host",
diff -uarN b/drivers/message/fusion/mptspi.c a/drivers/message/fusion/mptspi.c
--- b/drivers/message/fusion/mptspi.c	2005-10-27 18:02:08.000000000 -0600
+++ a/drivers/message/fusion/mptspi.c	2005-11-16 17:22:29.000000000 -0700
@@ -103,6 +103,7 @@
 static int	mptspiInternalCtx = -1; /* Used only for internal commands */
 
 static struct scsi_host_template mptspi_driver_template = {
+	.module				= THIS_MODULE,
 	.proc_name			= "mptspi",
 	.proc_info			= mptscsih_proc_info,
 	.name				= "MPT SPI Host",

                 reply	other threads:[~2005-11-17  1:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200511161854.14799.Eric.Moore@lsil.com \
    --to=eric.moore@lsil.com \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.