diff options
author | Leubner, Achim <Achim_Leubner@adaptec.com> | 2006-06-09 22:34:29 +0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-06-10 19:24:40 +0400 |
commit | cbd5f69b98bb5d7a0d207230bcf8fa51fca3f3cf (patch) | |
tree | f828a83b0e8006316b6b7a61819f4ef4ce6eac04 /drivers/scsi/gdth.h | |
parent | 5d5ff44fe6775ccb922fd1f7d478b2ba9ca95068 (diff) | |
download | linux-cbd5f69b98bb5d7a0d207230bcf8fa51fca3f3cf.tar.xz |
[SCSI] remove the scsi_request interface from the gdth driver
Initial pass at converting the gdth driver away from the scsi_request
interface so that the request interface can be removed post 2.6.18
without breaking gdth. Based on changes from Christoph Hellwig
<hch@lst.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/gdth.h')
-rw-r--r-- | drivers/scsi/gdth.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/scsi/gdth.h b/drivers/scsi/gdth.h index cc4882fb97ad..47eae0299750 100644 --- a/drivers/scsi/gdth.h +++ b/drivers/scsi/gdth.h @@ -4,13 +4,13 @@ /* * Header file for the GDT Disk Array/Storage RAID controllers driver for Linux * - * gdth.h Copyright (C) 1995-03 ICP vortex, Achim Leubner + * gdth.h Copyright (C) 1995-06 ICP vortex, Achim Leubner * See gdth.c for further informations and * below for supported controller types * * <achim_leubner@adaptec.com> * - * $Id: gdth.h,v 1.57 2004/03/31 11:52:09 achim Exp $ + * $Id: gdth.h,v 1.58 2006/01/11 16:14:09 achim Exp $ */ #include <linux/version.h> @@ -26,9 +26,9 @@ /* defines, macros */ /* driver version */ -#define GDTH_VERSION_STR "3.04" +#define GDTH_VERSION_STR "3.05" #define GDTH_VERSION 3 -#define GDTH_SUBVERSION 4 +#define GDTH_SUBVERSION 5 /* protocol version */ #define PROTOCOL_VERSION 1 |