This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / scsi / osst.h
index 84bbc59..7e8e7fb 100644 (file)
@@ -552,14 +552,14 @@ typedef struct {
   int long_timeout;            /* timeout for commands known to take long time*/
 
   /* Mode characteristics */
-  struct st_modedef modes[ST_NBR_MODES];
+  ST_mode modes[ST_NBR_MODES];
   int current_mode;
 
   /* Status variables */
   int partition;
   int new_partition;
   int nbr_partitions;    /* zero until partition support enabled */
-  struct st_partstat ps[ST_NBR_PARTITIONS];
+  ST_partstat ps[ST_NBR_PARTITIONS];
   unsigned char dirty;
   unsigned char ready;
   unsigned char write_prot;