Commit b17d429b authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Damien Le Moal
Browse files

ata: pata_falcon: Remove #include <asm/ide.h>



The Atari Falcon PATA driver does not need anything from <asm/ide.h>.

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: default avatarSergey Shtylyov <s.shtylyov@omp.ru>
Signed-off-by: default avatarDamien Le Moal <dlemoal@kernel.org>
parent cdaf83c6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"