From: Geert Uytterhoeven Date: Thu, 17 Aug 2023 16:07:37 +0000 (+0200) Subject: ata: pata_buddha: Remove #include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cdaf83c6734737dcb1a80d510e0d05103794edcb;p=linux.git ata: pata_buddha: Remove #include The Buddha, Catweasel, and X-Surf 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_buddha.c b/drivers/ata/pata_buddha.c index 49bc619b83e25..c36ee991d5e5f 100644 --- a/drivers/ata/pata_buddha.c +++ b/drivers/ata/pata_buddha.c @@ -27,7 +27,6 @@ #include #include -#include #include #define DRV_NAME "pata_buddha"