Skip to content

Commit

Permalink
hpt366: kill unused #define's
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sergei Shtylyov authored and David S. Miller committed Oct 29, 2009
1 parent 964fe08 commit 3f911a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/ide/hpt366.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3f911a6

Please sign in to comment.