diff options
Diffstat (limited to 'drivers/message/fusion/mptfc.c')
-rw-r--r-- | drivers/message/fusion/mptfc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptfc.c b/drivers/message/fusion/mptfc.c index c13cd9bc590b..fd75108c355e 100644 --- a/drivers/message/fusion/mptfc.c +++ b/drivers/message/fusion/mptfc.c | |||
@@ -109,7 +109,7 @@ static int mptfc_host_reset(struct scsi_cmnd *SCpnt); | |||
109 | static struct scsi_host_template mptfc_driver_template = { | 109 | static struct scsi_host_template mptfc_driver_template = { |
110 | .module = THIS_MODULE, | 110 | .module = THIS_MODULE, |
111 | .proc_name = "mptfc", | 111 | .proc_name = "mptfc", |
112 | .proc_info = mptscsih_proc_info, | 112 | .show_info = mptscsih_show_info, |
113 | .name = "MPT FC Host", | 113 | .name = "MPT FC Host", |
114 | .info = mptscsih_info, | 114 | .info = mptscsih_info, |
115 | .queuecommand = mptfc_qcmd, | 115 | .queuecommand = mptfc_qcmd, |