diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-09-22 05:03:28 +0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-10-12 22:55:40 +0400 |
commit | c78968bb0f7714ceba1cdfa23714454fc98cefdf (patch) | |
tree | cbf066559205ce0d00829c74a406f3a2140623e4 /drivers/ata/libata-core.c | |
parent | 24f756866676b40446e361c1f87738707161da93 (diff) | |
download | linux-c78968bb0f7714ceba1cdfa23714454fc98cefdf.tar.xz |
[libata] SCSI: simulator version, not device version, belongs in VPD
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/libata-core.c')
-rw-r--r-- | drivers/ata/libata-core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 2116f2794580..8d425064ce2c 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c @@ -59,8 +59,6 @@ #include "libata.h" -#define DRV_VERSION "2.21" /* must be exactly four chars */ - /* debounce timing parameters in msecs { interval, duration, timeout } */ const unsigned long sata_deb_timing_normal[] = { 5, 100, 2000 }; |