commit | 8bc3fc470eb25af4d70c72485cbcb130cc657691 | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jeff@garzik.org> | Mon May 21 20:26:38 2007 -0400 |
committer | Jeff Garzik <jeff@garzik.org> | Mon May 21 20:26:38 2007 -0400 |
tree | b79e0068f46cca29a547786e5ee2cdc739386cca | |
parent | a617c09f6d646b60f31efc8afd9f81b752bf21b7 [diff] [blame] |
libata: bump versions Signed-off-by: Jeff Garzik <jeff@garzik.org>
diff --git a/drivers/ata/pdc_adma.c b/drivers/ata/pdc_adma.c index 52b6953..f12c2b6 100644 --- a/drivers/ata/pdc_adma.c +++ b/drivers/ata/pdc_adma.c
@@ -44,7 +44,7 @@ #include <linux/libata.h> #define DRV_NAME "pdc_adma" -#define DRV_VERSION "0.05" +#define DRV_VERSION "0.06" /* macro to calculate base address for ATA regs */ #define ADMA_ATA_REGS(base,port_no) ((base) + ((port_no) * 0x40))