diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-03-31 01:42:38 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-04-09 14:13:18 -0400 |
commit | cac197031ce274efff8a5abea811b9d69ae3d740 (patch) | |
tree | 09f3a4daf73017f235721205837c6f545dfb8cd6 /drivers/message/fusion/mptspi.c | |
parent | 09dae7fc57a010288875ef46a44e30d16cedd232 (diff) |
fusion: switch to ->show_info()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/message/fusion/mptspi.c')
-rw-r--r-- | drivers/message/fusion/mptspi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptspi.c b/drivers/message/fusion/mptspi.c index c3aabde2dc4f..5653e505f91f 100644 --- a/drivers/message/fusion/mptspi.c +++ b/drivers/message/fusion/mptspi.c | |||
@@ -831,7 +831,7 @@ static void mptspi_slave_destroy(struct scsi_device *sdev) | |||
831 | static struct scsi_host_template mptspi_driver_template = { | 831 | static struct scsi_host_template mptspi_driver_template = { |
832 | .module = THIS_MODULE, | 832 | .module = THIS_MODULE, |
833 | .proc_name = "mptspi", | 833 | .proc_name = "mptspi", |
834 | .proc_info = mptscsih_proc_info, | 834 | .show_info = mptscsih_show_info, |
835 | .name = "MPT SPI Host", | 835 | .name = "MPT SPI Host", |
836 | .info = mptscsih_info, | 836 | .info = mptscsih_info, |
837 | .queuecommand = mptspi_qcmd, | 837 | .queuecommand = mptspi_qcmd, |