diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-04-03 02:41:48 +0200 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-04-03 02:41:48 +0200 |
commit | 7819d64e31a685e35e4819515c84168d0879816e (patch) | |
tree | dd567398511128d63ac8bc10567279a68e9ddd37 /drivers/scsi/pdc_adma.c | |
parent | Merge branch 'upstream' (diff) | |
parent | [libata] bump versions (diff) | |
download | linux-7819d64e31a685e35e4819515c84168d0879816e.tar.xz linux-7819d64e31a685e35e4819515c84168d0879816e.zip |
Merge branch 'upstream'
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 a4dcb4352206..1fca6f1afa99 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)) |