diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-05-22 02:26:38 +0200 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-05-22 02:26:38 +0200 |
commit | 8bc3fc470eb25af4d70c72485cbcb130cc657691 (patch) | |
tree | b79e0068f46cca29a547786e5ee2cdc739386cca /drivers/ata/sata_vsc.c | |
parent | libata: Trim trailing whitespace (diff) | |
download | linux-8bc3fc470eb25af4d70c72485cbcb130cc657691.tar.xz linux-8bc3fc470eb25af4d70c72485cbcb130cc657691.zip |
libata: bump versions
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/sata_vsc.c')
-rw-r--r-- | drivers/ata/sata_vsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_vsc.c b/drivers/ata/sata_vsc.c index 80126f835d32..81330175fc89 100644 --- a/drivers/ata/sata_vsc.c +++ b/drivers/ata/sata_vsc.c @@ -47,7 +47,7 @@ #include <linux/libata.h> #define DRV_NAME "sata_vsc" -#define DRV_VERSION "2.1" +#define DRV_VERSION "2.2" enum { VSC_MMIO_BAR = 0, |