diff options
| author | Sergey Shtylyov <[email protected]> | 2022-02-09 23:53:50 +0300 |
|---|---|---|
| committer | Damien Le Moal <[email protected]> | 2022-02-19 11:18:43 +0900 |
| commit | 87a3f2a899a42d750d01266cf2e85012c4b1e049 (patch) | |
| tree | a9eebf8b5b98e4a0b0eab24bb4fc452cfe566994 | |
| parent | 7ad3128efe87bd2d5ed1c574109fcad5455c8155 (diff) | |
ata: pata_hpt3x2n: drop unused HPT_PCI_FAST
The driver has never used HPT_PCI_FAST -- drop it.
Signed-off-by: Sergey Shtylyov <[email protected]>
Signed-off-by: Damien Le Moal <[email protected]>
| -rw-r--r-- | drivers/ata/pata_hpt3x2n.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/pata_hpt3x2n.c b/drivers/ata/pata_hpt3x2n.c index 8772cbb29ee1..22e80d12a49b 100644 --- a/drivers/ata/pata_hpt3x2n.c +++ b/drivers/ata/pata_hpt3x2n.c @@ -27,7 +27,6 @@ #define DRV_VERSION "0.3.17" enum { - HPT_PCI_FAST = (1 << 31), PCI66 = (1 << 1), USE_DPLL = (1 << 0) }; |