aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_hpt3x2n.c
diff options
context:
space:
mode:
authorSergey Shtylyov <s.shtylyov@omp.ru>2022-02-09 23:53:50 +0300
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>2022-02-19 11:18:43 +0900
commit87a3f2a899a42d750d01266cf2e85012c4b1e049 (patch)
treea9eebf8b5b98e4a0b0eab24bb4fc452cfe566994 /drivers/ata/pata_hpt3x2n.c
parentata: pata_artop: use *switch* in atp8xx_fixup() (diff)
downloadlinux-dev-87a3f2a899a42d750d01266cf2e85012c4b1e049.tar.xz
linux-dev-87a3f2a899a42d750d01266cf2e85012c4b1e049.zip
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 '')
-rw-r--r--drivers/ata/pata_hpt3x2n.c1
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)
};