projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ad3128
)
ata: pata_hpt3x2n: drop unused HPT_PCI_FAST
author
Sergey Shtylyov
<s.shtylyov@omp.ru>
Wed, 9 Feb 2022 20:53:50 +0000
(23:53 +0300)
committer
Damien Le Moal
<damien.lemoal@opensource.wdc.com>
Sat, 19 Feb 2022 02:18:43 +0000
(11:18 +0900)
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>
drivers/ata/pata_hpt3x2n.c
patch
|
blob
|
history
diff --git
a/drivers/ata/pata_hpt3x2n.c
b/drivers/ata/pata_hpt3x2n.c
index 8772cbb29ee13b676c4daf95f17114233de9a5b9..22e80d12a49bf6174fdcebba3c849f2cd178c55d 100644
(file)
--- 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)
};