ata: pata_falcon: Remove #include <asm/ide.h>
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 17 Aug 2023 16:07:38 +0000 (18:07 +0200)
committerDamien Le Moal <dlemoal@kernel.org>
Wed, 23 Aug 2023 23:09:59 +0000 (08:09 +0900)
The Atari Falcon PATA driver does not need anything from <asm/ide.h>.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
drivers/ata/pata_falcon.c

index 996516e..0904232 100644 (file)
@@ -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"