diff mbox series

[7/9] ata: pata_falcon: Remove #include <asm/ide.h>

Message ID 1147903ba2f9c5e5e840d8b3c2d05b6eafc78340.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 Atari Falcon PATA driver does not need anything from <asm/ide.h>.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 drivers/ata/pata_falcon.c | 1 -
 1 file changed, 1 deletion(-)

Comments

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

> The Atari Falcon 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_falcon.c b/drivers/ata/pata_falcon.c
index 996516e64f13504e..0904232e5e0c4c8c 100644
--- a/drivers/ata/pata_falcon.c
+++ b/drivers/ata/pata_falcon.c
@@ -28,7 +28,6 @@ 
 #include <asm/atarihw.h>
 #include <asm/atariints.h>
 #include <asm/atari_stdma.h>
-#include <asm/ide.h>
 
 #define DRV_NAME "pata_falcon"
 #define DRV_VERSION "0.1.0"