diff options
author | Ondrej Zary <linux@zary.sk> | 2023-01-31 00:10:49 +0300 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2023-01-31 04:41:32 +0300 |
commit | 7750d8b51061467d9de8407a17c26cba9e15da10 (patch) | |
tree | 868b4d573937da3608b4ea4e35dc6d77ebfe7365 /drivers/block/paride/fit3.c | |
parent | 246a1c4c6b7ffba88a2553d2b88f7b6280f253a2 (diff) | |
download | linux-7750d8b51061467d9de8407a17c26cba9e15da10.tar.xz |
drivers/block: Remove PARIDE core and high-level protocols
Remove PARIDE core and high level protocols, taking care not to break
low-level drivers (used by pata_parport). Also update documentation.
Signed-off-by: Ondrej Zary <linux@zary.sk>
Acked-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Diffstat (limited to 'drivers/block/paride/fit3.c')
-rw-r--r-- | drivers/block/paride/fit3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/paride/fit3.c b/drivers/block/paride/fit3.c index 275d269458eb..cd95f4f0edc2 100644 --- a/drivers/block/paride/fit3.c +++ b/drivers/block/paride/fit3.c @@ -27,7 +27,7 @@ #include <linux/wait.h> #include <asm/io.h> -#include "paride.h" +#include <linux/pata_parport.h> #define j44(a,b) (((a>>3)&0x0f)|((b<<1)&0xf0)) |