diff options
author | Sergey Shtylyov <s.shtylyov@omp.ru> | 2022-02-09 23:53:50 +0300 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2022-02-19 05:18:43 +0300 |
commit | 87a3f2a899a42d750d01266cf2e85012c4b1e049 (patch) | |
tree | a9eebf8b5b98e4a0b0eab24bb4fc452cfe566994 /drivers/ata | |
parent | 7ad3128efe87bd2d5ed1c574109fcad5455c8155 (diff) | |
download | linux-87a3f2a899a42d750d01266cf2e85012c4b1e049.tar.xz |
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>
Diffstat (limited to 'drivers/ata')
-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) }; |