]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/gdth.h
[SCSI] Simplify error handling
[linux-2.6-omap-h63xx.git] / drivers / scsi / gdth.h
index c0f1e34115245f6f41d003faff9a17e8fa0385d1..cc4882fb97ad073c787de7c9a65c09e9107bcd92 100644 (file)
@@ -944,9 +944,9 @@ typedef struct {
     ulong               dma32_cnt, dma64_cnt;   /* statistics: DMA buffer */
 #endif
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0)
-    Scsi_Device         *sdev;
+    struct scsi_device         *sdev;
 #else
-    Scsi_Device         sdev;
+    struct scsi_device         sdev;
 #endif
 } gdth_ha_str;