diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-04-03 02:41:36 +0200 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-04-03 02:41:36 +0200 |
commit | af64371ada9452632c349563d688d30d94e918ba (patch) | |
tree | 0b6b451ba75c18bff270ab31eedffcfa5f941d67 /drivers/scsi/pdc_adma.c | |
parent | [libata] kill bogus cut-n-pasted comments in three drivers (diff) | |
download | linux-af64371ada9452632c349563d688d30d94e918ba.tar.xz linux-af64371ada9452632c349563d688d30d94e918ba.zip |
[libata] bump versions
Diffstat (limited to 'drivers/scsi/pdc_adma.c')
-rw-r--r-- | drivers/scsi/pdc_adma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/pdc_adma.c b/drivers/scsi/pdc_adma.c index d64073dd028f..1364b1da9e2a 100644 --- a/drivers/scsi/pdc_adma.c +++ b/drivers/scsi/pdc_adma.c @@ -46,7 +46,7 @@ #include <linux/libata.h> #define DRV_NAME "pdc_adma" -#define DRV_VERSION "0.03" +#define DRV_VERSION "0.04" /* macro to calculate base address for ATA regs */ #define ADMA_ATA_REGS(base,port_no) ((base) + ((port_no) * 0x40)) |