diff options
| author | 2005-11-16 18:54:14 -0700 | |
|---|---|---|
| committer | 2005-12-13 18:37:42 -0700 | |
| commit | f78496da6a85f4b5f4532d7bf85b05fa655146a8 (patch) | |
| tree | 2c23ba5607a0f445a0a0af6e1477264436fe9809 /drivers/message/fusion/mptsas.c | |
| parent | [SCSI] lpfc 8.1.1 : Change version number to 8.1.1 (diff) | |
| download | wireguard-linux-f78496da6a85f4b5f4532d7bf85b05fa655146a8.tar.xz wireguard-linux-f78496da6a85f4b5f4532d7bf85b05fa655146a8.zip | |
[SCSI] mptfusion - adding = THIS_MODULE
Signed-off-by: Eric Moore <Eric.Moore@lsil.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/message/fusion/mptsas.c')
| -rw-r--r-- | drivers/message/fusion/mptsas.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/message/fusion/mptsas.c b/drivers/message/fusion/mptsas.c index e0a8bb8ba7d8..0e557a3a9d06 100644 --- a/drivers/message/fusion/mptsas.c +++ b/drivers/message/fusion/mptsas.c @@ -277,6 +277,7 @@ mptsas_slave_alloc(struct scsi_device *device) } static struct scsi_host_template mptsas_driver_template = { + .module = THIS_MODULE, .proc_name = "mptsas", .proc_info = mptscsih_proc_info, .name = "MPT SPI Host", |
