diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-03-31 12:53:53 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-04-09 14:13:28 -0400 |
commit | f0002e95a43e05260310eca5522db44549f62069 (patch) | |
tree | 007f3ad10ead2ed9fe3aae9e11133e1a3f897ba9 /drivers/scsi/aic7xxx_old.c | |
parent | 3f02567750c302637dedbb4fb90682999a770122 (diff) |
aix7xxx_old: switch to ->show_info()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/scsi/aic7xxx_old.c')
-rw-r--r-- | drivers/scsi/aic7xxx_old.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx_old.c b/drivers/scsi/aic7xxx_old.c index 5b212f0df898..33ec9c643400 100644 --- a/drivers/scsi/aic7xxx_old.c +++ b/drivers/scsi/aic7xxx_old.c | |||
@@ -11108,7 +11108,7 @@ MODULE_VERSION(AIC7XXX_H_VERSION); | |||
11108 | 11108 | ||
11109 | 11109 | ||
11110 | static struct scsi_host_template driver_template = { | 11110 | static struct scsi_host_template driver_template = { |
11111 | .proc_info = aic7xxx_proc_info, | 11111 | .show_info = aic7xxx_show_info, |
11112 | .detect = aic7xxx_detect, | 11112 | .detect = aic7xxx_detect, |
11113 | .release = aic7xxx_release, | 11113 | .release = aic7xxx_release, |
11114 | .info = aic7xxx_info, | 11114 | .info = aic7xxx_info, |