Commit 3f911a6e authored by Sergei Shtylyov's avatar Sergei Shtylyov Committed by David S. Miller

hpt366: kill unused #define's

These two have been long unused but I've just noticed...
Signed-off-by: default avatarSergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 964fe080
...@@ -426,14 +426,12 @@ static u32 sixty_six_base_hpt37x[] = { ...@@ -426,14 +426,12 @@ static u32 sixty_six_base_hpt37x[] = {
}; };
#endif #endif
#define HPT366_DEBUG_DRIVE_INFO 0
#define HPT371_ALLOW_ATA133_6 1 #define HPT371_ALLOW_ATA133_6 1
#define HPT302_ALLOW_ATA133_6 1 #define HPT302_ALLOW_ATA133_6 1
#define HPT372_ALLOW_ATA133_6 1 #define HPT372_ALLOW_ATA133_6 1
#define HPT370_ALLOW_ATA100_5 0 #define HPT370_ALLOW_ATA100_5 0
#define HPT366_ALLOW_ATA66_4 1 #define HPT366_ALLOW_ATA66_4 1
#define HPT366_ALLOW_ATA66_3 1 #define HPT366_ALLOW_ATA66_3 1
#define HPT366_MAX_DEVS 8
/* Supported ATA clock frequencies */ /* Supported ATA clock frequencies */
enum ata_clock { enum ata_clock {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment