From 1df368aed3b8bc240fe1595d290b0e91b22961da Mon Sep 17 00:00:00 2001
From: Marcel Ziswiler <marcel@ziswiler.com>
Date: Mon, 5 May 2008 02:12:06 +0200
Subject: [PATCH] ide: Remove spurious second include of io.h

Removed the second include, with all the #ifdef around as suggested by Wolfgang.

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
---
 common/cmd_ide.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/common/cmd_ide.c b/common/cmd_ide.c
index ead7e10d66..cac99d5fe7 100644
--- a/common/cmd_ide.c
+++ b/common/cmd_ide.c
@@ -52,10 +52,6 @@
 # include <status_led.h>
 #endif
 
-#ifndef __PPC__
-#include <asm/io.h>
-#endif
-
 #ifdef CONFIG_IDE_8xx_DIRECT
 DECLARE_GLOBAL_DATA_PTR;
 #endif
-- 
2.39.5