aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2013-03-31 13:27:56 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2013-04-09 14:13:29 -0400
commit70ef457dc92bdd03c0c8d640fce45909166983a1 (patch)
tree4e9f07b21a48b291a2ad8048d0faa3f6ea706a1b /include/scsi
parentd89537e1b124ad661ea340798965a96e123cb211 (diff)
scsi: bury ->proc_info()
all users converted to ->show_info()/->write_info() Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/scsi')
-rw-r--r--include/scsi/scsi_host.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h
index 70e08e442bfc..755243572219 100644
--- a/include/scsi/scsi_host.h
+++ b/include/scsi/scsi_host.h
@@ -341,7 +341,6 @@ struct scsi_host_template {
341 * 341 *
342 * Status: OBSOLETE 342 * Status: OBSOLETE
343 */ 343 */
344 int (*proc_info)(struct Scsi_Host *, char *, char **, off_t, int, int);
345 int (*show_info)(struct seq_file *, struct Scsi_Host *); 344 int (*show_info)(struct seq_file *, struct Scsi_Host *);
346 int (*write_info)(struct Scsi_Host *, char *, int); 345 int (*write_info)(struct Scsi_Host *, char *, int);
347 346
@@ -378,7 +377,7 @@ struct scsi_host_template {
378 377
379 /* 378 /*
380 * Used to store the procfs directory if a driver implements the 379 * Used to store the procfs directory if a driver implements the
381 * proc_info or show_info method. 380 * show_info method.
382 */ 381 */
383 struct proc_dir_entry *proc_dir; 382 struct proc_dir_entry *proc_dir;
384 383