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/ahci.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/ahci.c')
-rw-r--r-- | drivers/scsi/ahci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c index 4bb77f62b3b9..f05946777718 100644 --- a/drivers/scsi/ahci.c +++ b/drivers/scsi/ahci.c | |||
@@ -48,7 +48,7 @@ | |||
48 | #include <asm/io.h> | 48 | #include <asm/io.h> |
49 | 49 | ||
50 | #define DRV_NAME "ahci" | 50 | #define DRV_NAME "ahci" |
51 | #define DRV_VERSION "1.3" | 51 | #define DRV_VERSION "2.0" |
52 | 52 | ||
53 | 53 | ||
54 | enum { | 54 | enum { |