diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-06-26 20:41:33 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-06-26 20:41:33 -0400 |
commit | 8676ce07d38a09e0f41497d178357a314c4620cf (patch) | |
tree | c9fd591510e54d7d555bc431df9c49dfdf18fdd1 /drivers/scsi/sata_svw.c | |
parent | eb99adde31b7d85c67a5e1c2fa5e098e1056dd79 (diff) |
[libata] Bump versions
Update major version for libata, and several drivers.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/scsi/sata_svw.c')
-rw-r--r-- | drivers/scsi/sata_svw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sata_svw.c b/drivers/scsi/sata_svw.c index c94b870cf378..7566c2cabaf7 100644 --- a/drivers/scsi/sata_svw.c +++ b/drivers/scsi/sata_svw.c @@ -54,7 +54,7 @@ #endif /* CONFIG_PPC_OF */ #define DRV_NAME "sata_svw" -#define DRV_VERSION "1.8" +#define DRV_VERSION "2.0" enum { /* Taskfile registers offsets */ |