diff options
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 @@ | |||
416 | /* | 416 | /* |
417 | * Scsi_Host Template | 417 | * Scsi_Host Template |
418 | */ | 418 | */ |
419 | static int ips_proc_info(struct Scsi_Host *, char *, char **, off_t, int, int); | ||
420 | static int ips_biosparam(struct scsi_device *sdev, struct block_device *bdev, | 419 | static int ips_biosparam(struct scsi_device *sdev, struct block_device *bdev, |
421 | sector_t capacity, int geom[]); | 420 | sector_t capacity, int geom[]); |
422 | static int ips_slave_configure(struct scsi_device *SDptr); | 421 | static int ips_slave_configure(struct scsi_device *SDptr); |
@@ -959,14 +958,6 @@ typedef union { | |||
959 | IPS_ENH_SG_LIST *enh_list; | 958 | IPS_ENH_SG_LIST *enh_list; |
960 | } IPS_SG_LIST; | 959 | } IPS_SG_LIST; |
961 | 960 | ||
962 | typedef struct _IPS_INFOSTR { | ||
963 | char *buffer; | ||
964 | int length; | ||
965 | int offset; | ||
966 | int pos; | ||
967 | int localpos; | ||
968 | } IPS_INFOSTR; | ||
969 | |||
970 | typedef struct { | 961 | typedef struct { |
971 | char *option_name; | 962 | char *option_name; |
972 | int *option_flag; | 963 | int *option_flag; |