commit | f0002e95a43e05260310eca5522db44549f62069 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Mar 31 12:53:53 2013 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 09 14:13:28 2013 -0400 |
tree | 007f3ad10ead2ed9fe3aae9e11133e1a3f897ba9 | |
parent | 3f02567750c302637dedbb4fb90682999a770122 [diff] [blame] |
aix7xxx_old: switch to ->show_info() Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/drivers/scsi/aic7xxx_old.c b/drivers/scsi/aic7xxx_old.c index 5b212f0..33ec9c6 100644 --- a/drivers/scsi/aic7xxx_old.c +++ b/drivers/scsi/aic7xxx_old.c
@@ -11108,7 +11108,7 @@ static struct scsi_host_template driver_template = { - .proc_info = aic7xxx_proc_info, + .show_info = aic7xxx_show_info, .detect = aic7xxx_detect, .release = aic7xxx_release, .info = aic7xxx_info,