diff options
Diffstat (limited to 'drivers/scsi/ips.h')
| -rw-r--r-- | drivers/scsi/ips.h | 11 | 
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/scsi/ips.h b/drivers/scsi/ips.h index 4e49fbcfe8a..45b9566b928 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; @@ -1193,7 +1184,7 @@ typedef struct {  #define IPS_VER_SEBRING "7.12.02"  #define IPS_VER_KEYWEST "7.12.02" -/* Compatability IDs for various adapters */ +/* Compatibility IDs for various adapters */  #define IPS_COMPAT_UNKNOWN ""  #define IPS_COMPAT_CURRENT "KW710"  #define IPS_COMPAT_SERVERAID1 "2.25.01"  | 
