diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-06-27 02:41:33 +0200 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-06-27 02:41:33 +0200 |
commit | 8676ce07d38a09e0f41497d178357a314c4620cf (patch) | |
tree | c9fd591510e54d7d555bc431df9c49dfdf18fdd1 /drivers/scsi/ahci.c | |
parent | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff) | |
download | linux-8676ce07d38a09e0f41497d178357a314c4620cf.tar.xz linux-8676ce07d38a09e0f41497d178357a314c4620cf.zip |
[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 @@ #include <asm/io.h> #define DRV_NAME "ahci" -#define DRV_VERSION "1.3" +#define DRV_VERSION "2.0" enum { |