diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-01-31 07:43:15 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-09 17:39:37 -0500 |
commit | fda0efc5977864a90f365aeeb13f2546854e2aa9 (patch) | |
tree | b022d56f648d3686f7d959d5a0be85adc5734694 /drivers/ata/libata-core.c | |
parent | d24bbbf251e70bf984cbaa9b1fcadc5f56fc3ae9 (diff) |
[libata] Shuffle DRV_xxx in core and SiS drivers, to kill warnings
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/libata-core.c')
-rw-r--r-- | drivers/ata/libata-core.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index b3091de894c2..ed11ee41673c 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c | |||
@@ -59,6 +59,9 @@ | |||
59 | 59 | ||
60 | #include "libata.h" | 60 | #include "libata.h" |
61 | 61 | ||
62 | #define DRV_VERSION "2.10" /* must be exactly four chars */ | ||
63 | |||
64 | |||
62 | /* debounce timing parameters in msecs { interval, duration, timeout } */ | 65 | /* debounce timing parameters in msecs { interval, duration, timeout } */ |
63 | const unsigned long sata_deb_timing_normal[] = { 5, 100, 2000 }; | 66 | const unsigned long sata_deb_timing_normal[] = { 5, 100, 2000 }; |
64 | const unsigned long sata_deb_timing_hotplug[] = { 25, 500, 2000 }; | 67 | const unsigned long sata_deb_timing_hotplug[] = { 25, 500, 2000 }; |