diff mbox series

[6/9] ata: pata_buddha: Remove #include <asm/ide.h>

Message ID 0e03e9d36c80f9d6702191fb202ce7b56360bf49.1692288018.git.geert@linux-m68k.org (mailing list archive)
State New, archived
Headers show
Series Remove obsolete IDE headers | expand

Commit Message

Geert Uytterhoeven Aug. 17, 2023, 4:07 p.m. UTC
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>
---
 drivers/ata/pata_buddha.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Sergey Shtylyov Aug. 17, 2023, 8:30 p.m. UTC | #1
On 8/17/23 7:07 PM, Geert Uytterhoeven wrote:

> 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>

[...]

MBR, Sergey
diff mbox series

Patch

diff --git a/drivers/ata/pata_buddha.c b/drivers/ata/pata_buddha.c
index 49bc619b83e255a3..c36ee991d5e5fdcc 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"