diff options
author | Geert Uytterhoeven <[email protected]> | 2023-08-17 18:07:38 +0200 |
---|---|---|
committer | Damien Le Moal <[email protected]> | 2023-08-24 08:09:59 +0900 |
commit | b17d429be9d813b678a9c3b9aae4d51c7e7b120c (patch) | |
tree | 574cd7b360c3f5c8f44ae32db676dc797f99d88a | |
parent | cdaf83c6734737dcb1a80d510e0d05103794edcb (diff) |
ata: pata_falcon: Remove #include <asm/ide.h>
The Atari Falcon PATA driver does not need anything from <asm/ide.h>.
Signed-off-by: Geert Uytterhoeven <[email protected]>
Reviewed-by: Sergey Shtylyov <[email protected]>
Signed-off-by: Damien Le Moal <[email protected]>
-rw-r--r-- | drivers/ata/pata_falcon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/pata_falcon.c b/drivers/ata/pata_falcon.c index 996516e64f13..0904232e5e0c 100644 --- a/drivers/ata/pata_falcon.c +++ b/drivers/ata/pata_falcon.c @@ -28,7 +28,6 @@ #include <asm/atarihw.h> #include <asm/atariints.h> #include <asm/atari_stdma.h> -#include <asm/ide.h> #define DRV_NAME "pata_falcon" #define DRV_VERSION "0.1.0" |