Skip to content

Commit

Permalink
ata: pata_hpt3x2n: drop unused HPT_PCI_FAST
Browse files Browse the repository at this point in the history
The driver has never used HPT_PCI_FAST -- drop it.

Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
  • Loading branch information
Sergey Shtylyov authored and Damien Le Moal committed Feb 19, 2022
1 parent 7ad3128 commit 87a3f2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/ata/pata_hpt3x2n.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#define DRV_VERSION "0.3.17"

enum {
HPT_PCI_FAST = (1 << 31),
PCI66 = (1 << 1),
USE_DPLL = (1 << 0)
};
Expand Down

0 comments on commit 87a3f2a

Please sign in to comment.