ata: pata_hpt3x2n: drop unused HPT_PCI_FAST

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>
This commit is contained in:
Sergey Shtylyov
2022-02-09 23:53:50 +03:00
committed by Damien Le Moal
parent 7ad3128efe
commit 87a3f2a899

View File

@@ -27,7 +27,6 @@
#define DRV_VERSION "0.3.17"
enum {
HPT_PCI_FAST = (1 << 31),
PCI66 = (1 << 1),
USE_DPLL = (1 << 0)
};