[PATCH 6/9] ata: pata_buddha: Remove #include <asm/ide.h>

Geert Uytterhoeven posted 9 patches 2 years, 4 months ago
[PATCH 6/9] ata: pata_buddha: Remove #include <asm/ide.h>
Posted by Geert Uytterhoeven 2 years, 4 months ago
The Buddha, Catweasel, and X-Surf PATA driver does not need anything
from <asm/ide.h>.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 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
--- a/drivers/ata/pata_buddha.c
+++ b/drivers/ata/pata_buddha.c
@@ -27,7 +27,6 @@
 
 #include <asm/amigahw.h>
 #include <asm/amigaints.h>
-#include <asm/ide.h>
 #include <asm/setup.h>
 
 #define DRV_NAME "pata_buddha"
-- 
2.34.1
Re: [PATCH 6/9] ata: pata_buddha: Remove #include <asm/ide.h>
Posted by Sergey Shtylyov 2 years, 4 months ago
On 8/17/23 7:07 PM, Geert Uytterhoeven wrote:

> The Buddha, Catweasel, and X-Surf 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>

[...]

MBR, Sergey