From: Marcel Ziswiler Date: Mon, 5 May 2008 00:12:06 +0000 (+0200) Subject: ide: Remove spurious second include of io.h X-Git-Tag: v1.3.3~40^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1df368aed3b8bc240fe1595d290b0e91b22961da;p=karo-tx-uboot.git 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 --- 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 #endif -#ifndef __PPC__ -#include -#endif - #ifdef CONFIG_IDE_8xx_DIRECT DECLARE_GLOBAL_DATA_PTR; #endif