From 87a3f2a899a42d750d01266cf2e85012c4b1e049 Mon Sep 17 00:00:00 2001 From: Sergey Shtylyov Date: Wed, 9 Feb 2022 23:53:50 +0300 Subject: ata: pata_hpt3x2n: drop unused HPT_PCI_FAST The driver has never used HPT_PCI_FAST -- drop it. Signed-off-by: Sergey Shtylyov Signed-off-by: Damien Le Moal --- drivers/ata/pata_hpt3x2n.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/ata') 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) }; -- cgit v1.2.3