From: Geert Uytterhoeven Date: Thu, 17 Aug 2023 16:07:39 +0000 (+0200) Subject: ata: pata_gayle: Remove #include X-Git-Tag: v6.6-rc1~48^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4263cde524583cf38020a8ed0303b277fca31f66;p=thirdparty%2Fkernel%2Fstable.git ata: pata_gayle: Remove #include The Amiga Gayle PATA driver does not need anything from . Signed-off-by: Geert Uytterhoeven Reviewed-by: Sergey Shtylyov Signed-off-by: Damien Le Moal --- diff --git a/drivers/ata/pata_gayle.c b/drivers/ata/pata_gayle.c index e5aa07f921065..3bdbe2b65a2b4 100644 --- a/drivers/ata/pata_gayle.c +++ b/drivers/ata/pata_gayle.c @@ -27,7 +27,6 @@ #include #include #include -#include #include #define DRV_NAME "pata_gayle"