diff options
author | Ondrej Zary <linux@zary.sk> | 2023-02-18 23:01:38 +0100 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2023-03-23 10:29:25 +0900 |
commit | fe027ff984c61f4ac5e79823fef30ced4f46d23d (patch) | |
tree | 674957edeb486b721e4154b502e05349e7a541b8 /drivers/ata/pata_parport/bpck6.c | |
parent | 01985290f61aecd0de191476f77b5dd6b2d15971 (diff) |
ata: pata_parport: move pata_parport.h to drivers/ata/pata_parport
Now that paride is gone, pata_parport.h does not need to be in
include/linux. Move it to drivers/ata/pata_parport.
Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Signed-off-by: Ondrej Zary <linux@zary.sk>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Diffstat (limited to 'drivers/ata/pata_parport/bpck6.c')
-rw-r--r-- | drivers/ata/pata_parport/bpck6.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ata/pata_parport/bpck6.c b/drivers/ata/pata_parport/bpck6.c index 683a11131acd..964bc688e280 100644 --- a/drivers/ata/pata_parport/bpck6.c +++ b/drivers/ata/pata_parport/bpck6.c @@ -18,9 +18,8 @@ #include <linux/types.h> #include <asm/io.h> #include <linux/parport.h> - #include "ppc6lnx.c" -#include <linux/pata_parport.h> +#include "pata_parport.h" #define PPCSTRUCT(pi) ((Interface *)(pi->private)) |