diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2009-10-09 03:36:39 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-29 03:09:24 -0700 |
commit | 3f911a6e6b9c6b485a33a680c4ae29d86d2f2a54 (patch) | |
tree | a72b4993772b2f6ef790b1546fb5e3f0f804519d | |
parent | 964fe080d94db82a3268443e9b9ece4c60246414 (diff) | |
download | linux-3.10-3f911a6e6b9c6b485a33a680c4ae29d86d2f2a54.tar.gz linux-3.10-3f911a6e6b9c6b485a33a680c4ae29d86d2f2a54.tar.bz2 linux-3.10-3f911a6e6b9c6b485a33a680c4ae29d86d2f2a54.zip |
hpt366: kill unused #define's
These two have been long unused but I've just noticed...
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/ide/hpt366.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ide/hpt366.c b/drivers/ide/hpt366.c index 7ce68ef6b90..e2f1e69c31c 100644 --- a/drivers/ide/hpt366.c +++ b/drivers/ide/hpt366.c @@ -426,14 +426,12 @@ static u32 sixty_six_base_hpt37x[] = { }; #endif -#define HPT366_DEBUG_DRIVE_INFO 0 #define HPT371_ALLOW_ATA133_6 1 #define HPT302_ALLOW_ATA133_6 1 #define HPT372_ALLOW_ATA133_6 1 #define HPT370_ALLOW_ATA100_5 0 #define HPT366_ALLOW_ATA66_4 1 #define HPT366_ALLOW_ATA66_3 1 -#define HPT366_MAX_DEVS 8 /* Supported ATA clock frequencies */ enum ata_clock { |