From 87a3f2a899a42d750d01266cf2e85012c4b1e049 Mon Sep 17 00:00:00 2001 From: Sergey Shtylyov Date: Wed, 9 Feb 2022 23:53:50 +0300 Subject: [PATCH] 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(-) diff --git a/drivers/ata/pata_hpt3x2n.c b/drivers/ata/pata_hpt3x2n.c index 8772cbb..22e80d1 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) }; -- 2.7.4