diff options
author | Geert Uytterhoeven | 2023-08-17 18:07:37 +0200 |
---|---|---|
committer | Damien Le Moal | 2023-08-24 08:09:59 +0900 |
commit | cdaf83c6734737dcb1a80d510e0d05103794edcb (patch) | |
tree | aeb6bedb42542d0aacae8a8d8117133f8871634d /drivers/ata | |
parent | 751441675579e9c397737ff2ebee4877725d1674 (diff) |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/pata_buddha.c b/drivers/ata/pata_buddha.c index 49bc619b83e2..c36ee991d5e5 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" |