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

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>
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
This commit is contained in:
Geert Uytterhoeven 2023-08-17 18:07:38 +02:00 committed by Damien Le Moal
parent cdaf83c673
commit b17d429be9

View File

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