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.h | |
parent | d24bbbf251e70bf984cbaa9b1fcadc5f56fc3ae9 (diff) | |
download | op-kernel-dev-fda0efc5977864a90f365aeeb13f2546854e2aa9.zip op-kernel-dev-fda0efc5977864a90f365aeeb13f2546854e2aa9.tar.gz |
[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.h')
-rw-r--r-- | drivers/ata/libata.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/libata.h b/drivers/ata/libata.h index 94eeb3d..06ccf23 100644 --- a/drivers/ata/libata.h +++ b/drivers/ata/libata.h @@ -29,7 +29,6 @@ #define __LIBATA_H__ #define DRV_NAME "libata" -#define DRV_VERSION "2.00" /* must be exactly four chars */ struct ata_scsi_args { struct ata_device *dev; |