ata: pata_gayle: Remove #include <asm/ide.h>
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 17 Aug 2023 16:07:39 +0000 (18:07 +0200)
committerDamien Le Moal <dlemoal@kernel.org>
Wed, 23 Aug 2023 23:09:59 +0000 (08:09 +0900)
The Amiga Gayle 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_gayle.c

index e5aa07f92106547e202ee94cd598f9c780ca01a3..3bdbe2b65a2b49f14777fd5fdd21b04f111ba056 100644 (file)
@@ -27,7 +27,6 @@
 #include <asm/amigahw.h>
 #include <asm/amigaints.h>
 #include <asm/amigayle.h>
-#include <asm/ide.h>
 #include <asm/setup.h>
 
 #define DRV_NAME "pata_gayle"