aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2023-08-17 18:07:37 +0200
committerDamien Le Moal <dlemoal@kernel.org>2023-08-24 08:09:59 +0900
commitcdaf83c6734737dcb1a80d510e0d05103794edcb (patch)
treeaeb6bedb42542d0aacae8a8d8117133f8871634d /drivers/ata
parent751441675579e9c397737ff2ebee4877725d1674 (diff)
downloadlinux-cdaf83c6734737dcb1a80d510e0d05103794edcb.tar.gz
ata: pata_buddha: Remove #include <asm/ide.h>
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>
Diffstat (limited to 'drivers/ata')
-rw-r--r--drivers/ata/pata_buddha.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/pata_buddha.c b/drivers/ata/pata_buddha.c
index 49bc619b83e25..c36ee991d5e5f 100644
--- a/drivers/ata/pata_buddha.c
+++ b/drivers/ata/pata_buddha.c
@@ -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"