aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pdc_adma.c
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2007-08-31 04:54:06 -0400
committerJeff Garzik <jeff@garzik.org>2007-08-31 04:54:06 -0400
commit2a3103ce4357a09c2289405f969acec0edf4398f (patch)
tree04ffdfd4d86145e4af97cfacac4ecd09d7e42aa8 /drivers/ata/pdc_adma.c
parentata_piix: implement IOCFG bit18 quirk (diff)
downloadlinux-dev-2a3103ce4357a09c2289405f969acec0edf4398f.tar.xz
linux-dev-2a3103ce4357a09c2289405f969acec0edf4398f.zip
[libata] Bump driver versions
Bump the versions for drivers that were modified, but had not already had a version number bump. Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/pdc_adma.c')
-rw-r--r--drivers/ata/pdc_adma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pdc_adma.c b/drivers/ata/pdc_adma.c
index bec1de594de8..5c79271401af 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.06"
+#define DRV_VERSION "1.0"
/* macro to calculate base address for ATA regs */
#define ADMA_ATA_REGS(base,port_no) ((base) + ((port_no) * 0x40))