diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-03-31 20:15:44 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-04-09 22:13:27 +0400 |
commit | aacce706fae01dbef03a0c2ca40a363bcb88b24a (patch) | |
tree | 1acdaf53db118d089049979337c02824476cfbc8 /drivers/scsi/ips.h | |
parent | 56b8e8e53523c9a3e1ffacadf35c389fdb427a34 (diff) | |
download | linux-aacce706fae01dbef03a0c2ca40a363bcb88b24a.tar.xz |
ips: switch to ->show_info()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/scsi/ips.h')
-rw-r--r-- | drivers/scsi/ips.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/scsi/ips.h b/drivers/scsi/ips.h index f2df0593332b..45b9566b928e 100644 --- a/drivers/scsi/ips.h +++ b/drivers/scsi/ips.h @@ -416,7 +416,6 @@ /* * Scsi_Host Template */ - static int ips_proc_info(struct Scsi_Host *, char *, char **, off_t, int, int); static int ips_biosparam(struct scsi_device *sdev, struct block_device *bdev, sector_t capacity, int geom[]); static int ips_slave_configure(struct scsi_device *SDptr); @@ -959,14 +958,6 @@ typedef union { IPS_ENH_SG_LIST *enh_list; } IPS_SG_LIST; -typedef struct _IPS_INFOSTR { - char *buffer; - int length; - int offset; - int pos; - int localpos; -} IPS_INFOSTR; - typedef struct { char *option_name; int *option_flag; |