[PATCH 6/9] ata: pata_buddha: Remove #include

2023-08-17 Thread Geert Uytterhoeven
The Buddha, Catweasel, and X-Surf PATA driver does not need anything from . Signed-off-by: Geert Uytterhoeven --- drivers/ata/pata_buddha.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/ata/pata_buddha.c b/drivers/ata/pata_buddha.c index 49bc619b83e255a3..c36ee991d5e5fdcc 100644 ---

Re: [PATCH 6/9] ata: pata_buddha: Remove #include

2023-08-17 Thread Sergey Shtylyov
On 8/17/23 7:07 PM, Geert Uytterhoeven wrote: > The Buddha, Catweasel, and X-Surf PATA driver does not need anything > from . > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Sergey Shtylyov [...] MBR, Sergey