OSDN Git Service

ata: pata_buddha: Remove #include <asm/ide.h>
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 17 Aug 2023 16:07:37 +0000 (18:07 +0200)
committerDamien Le Moal <dlemoal@kernel.org>
Wed, 23 Aug 2023 23:09:59 +0000 (08:09 +0900)
The Buddha, Catweasel, and X-Surf 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_buddha.c

index 49bc619..c36ee99 100644 (file)
@@ -27,7 +27,6 @@
 
 #include <asm/amigahw.h>
 #include <asm/amigaints.h>
-#include <asm/ide.h>
 #include <asm/setup.h>
 
 #define DRV_NAME "pata_buddha"